Ein LabyMod-Module für SimpleCloud

Overview

Logo

LabyMod Module

Ein LabyMod-Module für SimpleCloud
Download · Report Bug · SimpleCloud · LabyMod Docs


Was kann dieses Module?

Das ist ein CloudModule für SimpleCloud. Damit kannst du ganz einfach die Features von der LabyModApi nutzen.
Dafür brauchst du nicht mal Programmierkenntnisse.


Installation

  1. Lade dir das LabyMod-Module HIER herunter.

  2. Für dieses Module brauchst du die LabyModApi.
    Die Api findest du HIER oder lade dir die .jar Datei gleich HIER herunter.

  3. Nun musst du die LabyModApi in das Plugins Verzeichnis jedes Spigot-Servers hochladen,
    oder in das Template Verzeichnis EVERY_SERVER ziehen.

  4. Als letztes musst du das Module in das modules Verzeichnis hochladen.


Config

{
  "playingGamemodeConfiguration": {
    "activate": true,
    "playingGamemodeList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "ALL_PLAYERS",
        "message": "%GROUP%-%NUMBER% §8(§e%ONLINE_PLAYERS%§8/§c%MAX_PLAYERS%§8)"
      },
      {
        "serverGroup": "BW-2x2",
        "permission": "cloud.laby.bedwars",
        "message": "BedWars 2x2"
      }
    ]
  },
  "richPresenceConfiguration": {
    "activate": true,
    "richPresenceList": [
      {
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "message": "Lobby-%NUMBER% (%MOTD%)"
      },
      {
        "serverGroup": "SW-2x1",
        "permission": "cloud.laby.skywars",
        "message": "SkyWars [%STATE%] §8(§e%ONLINE_PLAYERS%§8/§c%MAX_PLAYERS%§8)"
      }
    ]
  },
  "actionMenuConfiguration": {
    "activate": true,
    "actionMenuList": [
      {
        "displayName": "Kick player",
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.kick",
        "type": "RUN_COMMAND",
        "value": "kick {name}"
      },
      {
        "displayName": "Open shop",
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "type": "OPEN_BROWSER",
        "value": "https://shop.labymod.net"
      },
      {
        "displayName": "Copy playername",
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "type": "CLIPBOARD",
        "value": "{name}"
      },
      {
        "displayName": "Report player",
        "serverGroup": "ALL_SERVERS",
        "permission": "ALL_PLAYERS",
        "type": "SUGGEST_COMMAND",
        "value": "report {name}"
      }
    ]
  },
  "serverBannerConfiguration": {
    "activate": true,
    "serverBannerList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "ALL_PLAYERS",
        "url": "https://i.imgur.com/eTQJ1IX.png"
      },
      {
        "serverGroup": "Lobby",
        "permission": "cloud.laby.serverbanner",
        "url": "https://i.imgur.com/eTQJ1IX.png"
      }
    ]
  },
  "subtitleConfiguration": {
    "activate": true,
    "subtitleList": [
      {
        "displayName": "§cPizza",
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.subtitle.pizza",
        "size": 0.8
      },
      {
        "displayName": "§6Bohemian Rhapsody",
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "size": 1.6
      }
    ]
  },
  "voiceChatConfiguration": {
    "activate": true,
    "voiceChatList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.voicechat",
        "disableVoiceChat": false
      },
      {
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "disableVoiceChat": true
      }
    ]
  },
  "recommendationConfiguration": {
    "activate": true,
    "recommendationList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.recommendation",
        "addonUniqueId": "7d62bffd-fe3f-4667-8200-e8decb384fa0",
        "required": false
      },
      {
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "addonUniqueId": "01687f50-baee-4af9-9123-9e1c680f2d9d",
        "required": true
      }
    ]
  },
  "cinescopesConfiguration": {
    "activate": true,
    "cinescopesList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.cinescops",
        "coverage": 0,
        "duration": 20
      },
      {
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "coverage": 50,
        "duration": 100
      }
    ]
  },
  "serverSwitchConfiguration": {
    "activate": true,
    "serverSwitchList": [
      {
        "serverGroup": "ALL_SERVERS",
        "permission": "cloud.laby.serverswitch",
        "address": "127.0.0.1",
        "title": "Cooler Server",
        "preview": false
      },
      {
        "serverGroup": "Lobby",
        "permission": "ALL_PLAYERS",
        "address": "TrayMC.net",
        "title": ":)",
        "preview": true
      }
    ]
  }
}

Placeholder

An alle Spieler:
» ALL_PLAYERS

An alle Server:
» ALL_SERVERS

RichPresence & PlayingGamode Placeholder

Serverstate:
» %STATE%

MOTD:
» %MOTD%

Servergruppe:
» %GROUP%

Servername:
» %NAME%

Servernumber:
» %NUMBER%
 
Online Spieler:
» %ONLINE_PLAYERS%
 
Maximale Spieler:
» %MAX_PLAYERS%

ActionMenu Placeholder

Placeholder

Spielername:
» {name}

Action types

 NONE
 CLIPBOARD
 RUN_COMMAND
 SUGGEST_COMMAND
 OPEN_BROWSER

Addon Recommendation

Hier ist die Liste aller verfügbaren Addons: addons.json


Cinescopes

Die Cinescope höhe geht nur von 0% bis 50%!


Kontakt

Twitter: @MrManHD
Discord: MrManHD | ƝƖƙƚƛƧ#5363
Discord-Server: discord.TryHub.de

You might also like...
Xposed module for Snapchat.

SnapMod Xposed module for Snapchat. Setup To set SnapMod up, download and install the latest apk from here. When you open it, it will ask to install s

Media Provider Manager - An Xposed module intended to prevent media storage abuse
Media Provider Manager - An Xposed module intended to prevent media storage abuse

Media Provider Manager - An Xposed module intended to prevent media storage abuse

Mixed Xposed+Magisk module for customization of AOSP-based Android 12+
Mixed Xposed+Magisk module for customization of AOSP-based Android 12+

This is a mixed Xposed+Magisk module, which is made to allow customizations that are not originally designed in AOSP (Android Open Source Project).

Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)

Inspeckage - Android Package Inspector Inspeckage is a tool developed to offer dynamic analysis of Android applications. By applying hooks to function

Xposed module which will set location where you want without effect mock location.
Xposed module which will set location where you want without effect mock location.

GPS Setter Support/Discussion: XDA thread As most of GPS spoof app not working anymore coz some are old and some are not proper implement with current

Xposed module to set the Signature Scheme for Android 30 = to 1. This allows system apps to be modified

SetSignatureSchemeV1 Xposed module to set the Signature Scheme for Android 30+ to 1. This allows system apps to be modified. This module makes the met

Communicating between Wear OS and Android device using the OpWear module and a sample of displaying real-time camera on the watch and sending commands to the mobile by Wear OS.
Communicating between Wear OS and Android device using the OpWear module and a sample of displaying real-time camera on the watch and sending commands to the mobile by Wear OS.

OpWear-Cam Communicating between Wear OS and Android device using the OpWear module and a sample of displaying real-time camera on the watch and sendi

SimpleCloud-haste-module - SimpleCloud module for uploading the logs of your services to hastebin

SimpleCloud Haste Module A SimpleCloud Module for uploading the current logs of

Tutorial Bot für meine Kotlin Javacord Reihe
Tutorial Bot für meine Kotlin Javacord Reihe

JavacordKT_Tutorial Folgen Folge 1: Einrichtung » Download Zip oder Code ansehen Folge 2: Annotations » Download Zip oder Code ansehen Folge 3: SlashC

Codebeispiele für meinen Vortrag "Das untere Ende der Testpyramide"

unit-testing-best-bad-practices Codebeispiele für meinen Vortrag "Das untere Ende der Testpyramide" Beispiel für Mocking ist 💩 Siehe BookRepository u

A module designed to encapsulate the use of an Android EditText field for gathering currency information from a user. Supports all ISO-3166 compliant locales/currencies.
A module designed to encapsulate the use of an Android EditText field for gathering currency information from a user. Supports all ISO-3166 compliant locales/currencies.

CurrencyEditText CurrencyEditText is an extension of Android's EditText view object. It is a module designed to provide ease-of-use when using an Edit

help you change the module font easily.(方便快速的为应用内所有组件更换字体)
help you change the module font easily.(方便快速的为应用内所有组件更换字体)

FontsManager 有待重构 English Readme please cilick here 字体管理器,方便快速的为应用内所有组件更换字体。 作者微博: @GcsSloop Demo演示 如何添加 1.在Project的build.gradle中添加仓库地址 allprojects {

Android multi-module navigation built on top of Jetpack Navigation Compose
Android multi-module navigation built on top of Jetpack Navigation Compose

MultiNavCompose Android library for multi-module navigation built on top of Jetpack Navigation Compose. The goal of this library is to simplify the se

Repository for the Android app core module.

EU Digital COVID Certificate App Core - Android About • Development • Documentation • Support • Contribute • Contributors • Licensing About This repos

Android app launcher module
Android app launcher module

Launcher Android launcher app Contains appDataSdk module which exposes app list data App showing applist with launcher (consumes appDataSdk module for

An android app built using Kotlin following Multi-Module Clean Architecture MVVM
An android app built using Kotlin following Multi-Module Clean Architecture MVVM

Notflix 🛠️ Work In Progress 🛠 An android app built using Kotlin that consumes TMDB API to display current trending, upcoming and popular movies 🍿 a

Multi-module, Kotlin, MVI, Compose, Hilt, Navigation Component, Use-cases, Room, Retrofit

Work in progress Multi-module demo app that gets data from dota2 api. API https://docs.opendota.com/ Players by rank (GET) https://api.opendota.com/ap

A hybrid Xposed & Magisk module that ports Pixel Ambient Music to other, compatible devices
A hybrid Xposed & Magisk module that ports Pixel Ambient Music to other, compatible devices

Ambient Music Mod A hybrid Xposed & Magisk module that ports Pixel Ambient Music to other, compatible devices. If you don't know what Pixel Ambient Mu

Releases(1.0.4)
Owner
MrManHD
Admin aufn Server dies das
MrManHD
Abel Suviri 6 Dec 16, 2022
Repository for the Android app core module.

EU Digital COVID Certificate App Core - Android About • Development • Documentation • Support • Contribute • Contributors • Licensing About This repos

null 35 May 31, 2022
An android app built using Kotlin following Multi-Module Clean Architecture MVVM

Notflix ??️ Work In Progress ?? An android app built using Kotlin that consumes TMDB API to display current trending, upcoming and popular movies ?? a

Victor Kabata 290 Dec 30, 2022
A minimalistic Face Recognition module which can be easily incorporated in any Android project.

Real Time Face Recognition with TfLite A minimalistic Face Recognition module which can be easily incorporated in any Android project. Key Features Fa

Abhinav Sharma 2 Jun 21, 2022
BuildConfiguration information for use in multi-module, or Kotlin Multiplatform common code

component-build-configuration A small library supporting Kotlin Multiplatform for utilizing BuildConfiguration details from common code and across mod

Matthew Nelson 2 Mar 6, 2022
Easy Note: Building a Notes app using MVVM, JetPack Compose with a clean multi-module architecture approach.

Easy Note Easy Note: Notes app using JetPack Compose and MVVM with a clean architecture approach. This app shows the usage of the new Navigation Archi

Akhilesh Patil 10 Dec 17, 2022
A simple xposed module that helps you use your AdGuard subscription in multiple devices

DualGuard A simple xposed module that helps you use your AdGuard subscription in multiple (>3) devices. Monstor ahead! / 警告 This is NOT a module that

null 7 Oct 2, 2022
This project shows trending github repositories using MVI (Model View Intent) using kotlin flows and multi module clean architecture

GithubTrendingMVIFlow Build Architecture: This project shows trending github repositories using MVI (Model View Intent) using kotlin flows and multi m

Zulqurnain Haider 0 Jun 2, 2022
SIMNumberSetter - A small Xposed module to set the SIM card's phone subscriber number

SIM Number Setter SIM Number Setter is a small Xposed module that invokes normal

Kieron Quinn 99 Dec 30, 2022
AnyText - An Xposed module trying to hook TextView in any activities

AnyText What's this This application provides features to modify any TextView in

Leonardo 41 Nov 30, 2022