SHOW:
         |
         |
         - or go back to the newest paste.    
    | 1 | #-----------------------------------------------------------------------------------------------------------#  | |
| 2 | # MyCommand Commands config file (last update v5.5.0) #  | |
| 3 | # #  | |
| 4 | # BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted #  | |
| 5 | # #  | |
| 6 | # How to make a command : (See an example command below) #  | |
| 7 | # For first, put your command name on first line #  | |
| 8 | # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. #  | |
| 9 | # So, now select your command type from a predefined list putting it after "type" line #  | |
| 10 | # COMMAND TYPE LIST : #  | |
| 11 | # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #  | |
| 12 | # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT #  | |
| 13 | # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #  | |
| 14 | # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR #  | |
| 15 | # #  | |
| 16 | # If your command is "TEXT" type, you can put multiple line of text below this parameter #  | |
| 17 | # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list #  | |
| 18 | # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #  | |
| 19 | # Set delay time with delaytimer: 5 (5 = seconds) | #  | |
| 20 | # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #  | |
| 21 | # You can customize your permission node by placing "permission-node:" field in a command #  | |
| 22 | # Also,you can change the permission error message with "permission-error:" #  | |
| 23 | # Custom error-message for invalid args ,put "error-message:" line in a command. #  | |
| 24 | # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #  | |
| 25 | # Register REAL commands putting "register: true" below the command. #  | |
| 26 | # With register commands you can use the "tab_completer: - Hi - Hello!" #  | |
| 27 | # For Scripts and more features, find more on the bukkitdev page #  | |
| 28 | #-----------------------------------------------------------------------------------------------------------#  | |
| 29 | regeln_server:  | |
| 30 | command: /regeln  | |
| 31 | type: TEXT  | |
| 32 | text:  | |
| 33 | - '&8&l&m>----------------<&c Regeln&8&l&m >-----------------<'  | |
| 34 | - '&f1. &cHacken &7in aller Form ist &cverboten!'  | |
| 35 | - '&f2. &cSpammen &7in aller Art ist &cverboten!'  | |
| 36 | - '&f3. &cBeleidigen &7in aller Form ist &cverboten!'  | |
| 37 | - '&f4. &cWerbung &7ist in aller Form &cverboten!'  | |
| 38 | - '&f5. &cEchtgeld-Handel &7ist strengstens &cverboten!'  | |
| 39 | - '&f6. &cSchädliche Daten &7zu verbreiten ist &cverboten!'  | |
| 40 | - '&f7. &cPrivate und Sensible Daten &7zu verbreiten ist &cverboten!'  | |
| 41 | - '&f8. &cPornografische Inhalte &7sind strengstens &cverboten!'  | |
| 42 | - '&f9. &cSpawnTrabben &7ist strengstens &cverboten!'  | |
| 43 | - '&f10. &7Es gibt keine &cFehler&7, nur &aFeatures&7!'  | |
| 44 | - '&f11. &cBitte &7achtet auf die Anweisungen des &6Teams!'  | |
| 45 | - '&8&l&m>----------------<&c Regeln&8&l&m >-----------------<'  | |
| 46 | permission-required: false  | |
| 47 | discord_server:  | |
| 48 | command: /discord  | |
| 49 | type: TEXT  | |
| 50 | text:  | |
| 51 | - '&8&l&m×---------------------------------------------×'  | |
| 52 | - '&8'  | |
| 53 | - '&eMy&6Server&7 ┃ Unser Discord: &ahttps://discord.gg/ZHWax4d'  | |
| 54 | - '&8'  | |
| 55 | - '&8&l&m×---------------------------------------------×'  | |
| 56 | permission-required: false  | |
| 57 | plugin_server:  | |
| 58 | command: /pl  | |
| 59 | type: TEXT  | |
| 60 | text:  | |
| 61 | - '&fModule (1): &cSystem'  | |
| 62 | permission-required: false  | |
| 63 | plugin_server2:  | |
| 64 | command: /plugins  | |
| 65 | type: TEXT  | |
| 66 | text:  | |
| 67 | - '&fModule (1): &cSystem'  | |
| 68 | permission-required: false  | |
| 69 | plugin_server3:  | |
| 70 | command: /mo  | |
| 71 | type: TEXT  | |
| 72 | text:  | |
| 73 | - '&fModule (1): &cSystem'  | |
| 74 | permission-required: false  | |
| 75 | plugin_server4:  | |
| 76 | command: /modul  | |
| 77 | type: TEXT  | |
| 78 | text:  | |
| 79 | - '&fModule (1): &cSystem'  | |
| 80 | permission-required: false  | |
| 81 | plugin_server5:  | |
| 82 | command: /module  | |
| 83 | type: TEXT  | |
| 84 | text:  | |
| 85 | - '&fModule (1): &cSystem'  | |
| 86 | permission-required: false  | |
| 87 | plugin_server6:  | |
| 88 | command: /modules  | |
| 89 | type: TEXT  | |
| 90 | text:  | |
| 91 | - '&fModule (1): &cSystem'  | |
| 92 | permission-required: false  | |
| 93 | mycmd_list_command:  | |
| 94 | command: /online  | |
| 95 | type: TEXT  | |
| 96 | text:  | |
| 97 | - '&8&l&m×-------------------------------------×'  | |
| 98 | - '&8► &fEs sind &b$online &fSpieler online.'  | |
| 99 | - '&8► &a$ponline'  | |
| 100 | - '&8&l&m×-------------------------------------×'  | |
| 101 | clear_chat:  | |
| 102 | command: /cc  | |
| 103 | type: BROADCAST_TEXT  | |
| 104 | text:  | |
| 105 | - '%Repeat%100% '  | |
| 106 | - '&cSystem &8┃ &7Der &6Chat &7wurde &6geleert!'  | |
| 107 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 108 | permission-required: true  | |
| 109 | permission-node: cc.admin  | |
| 110 | server_menu:  | |
| 111 | command: /menu  | |
| 112 | type: ICON_MENU  | |
| 113 | text:  | |
| 114 | - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'  | |
| 115 | - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'  | |
| 116 | - | iconmenu_title: '&7➥ &EMy&6Menü'  | 
| 116 | + | iconmenu_title: '&7➥ &eMy&6Menü'  | 
| 117 | iconmenu_size: 27  | |
| 118 | iconmenu_commands:  | |
| 119 | - '1:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 120 | - '2:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 121 | - '3:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 122 | - '4:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 123 | - '5:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 124 | - '6:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 125 | - '7:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 126 | - '8:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 127 | - '9:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 128 | - 10:GOLDEN_APPLE:0:/mshelp:&a✦ Hilfe ✦:&8&l&m>------------<;&6Das Hilfe-Menü!  | |
| 129 | - '11:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 130 | - 12:PAPER:0:/regeln:&a✦ Regeln ✦:&8&l&m>------------<;&6Die Regeln!  | |
| 131 | - '13:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 132 | - 14:BOOK:0:/discord:&a✦ Discord ✦:&8&l&m>------------<;&6Unser Discord!  | |
| 133 | - '15:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 134 | - 16:BEACON:0:/ranks:&a✦ Ränge ✦:&8&l&m>------------<;&6Spieler Ränge!  | |
| 135 | - '17:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 136 | - '18:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 137 | - '19:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 138 | - '20:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 139 | - '21:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 140 | - '22:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 141 | - '23:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 142 | - '24:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 143 | - '25:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 144 | - '26:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 145 | - '27:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 146 | cost: 0  | |
| 147 | delaytimer: 5  | |
| 148 | permission-node: menu.user  | |
| 149 | permission-required: true  | |
| 150 | broadcast-message:  | |
| 151 | command: /bc  | |
| 152 | type: RUN_COMMAND  | |
| 153 | runcmd:  | |
| 154 | - '$broadcasttext$&8►'  | |
| 155 | - '$broadcasttext$&6◊ &cSystem&7 ┃ &e$multiargs'  | |
| 156 | - '$broadcasttext$&8►'  | |
| 157 | required_args: 1  | |
| 158 | register: true  | |
| 159 | permission-required: true  | |
| 160 | permission-node: broadcast.admin  | |
| 161 | error-message: '&eMy&6Server &8× &c/bc &7<Nachricht>'  | |
| 162 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 163 | Event-message:  | |
| 164 | command: /eventstart  | |
| 165 | type: RUN_COMMAND  | |
| 166 | runcmd:  | |
| 167 | - '$broadcasttext$&6◊ Event&7 ┃ &bEin &eEvent &bstartet gleich! Macht euch bereit!'  | |
| 168 | - '$delay$$broadcasttext$&6◊ Event &7┃ &c3..'  | |
| 169 | - '$delay$$broadcasttext$&6◊ Event &7┃ &62..'  | |
| 170 | - '$delay$$broadcasttext$&6◊ Event &7┃ &e1..'  | |
| 171 | - '$delay$$broadcasttext$&6◊ Event &7┃ &aDas Event startet jetzt!'  | |
| 172 | permission-required: true  | |
| 173 | permission-node: event.admin  | |
| 174 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 175 | baninfo_menu:  | |
| 176 | command: /punish  | |
| 177 | type: ICON_MENU  | |
| 178 | text:  | |
| 179 | - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'  | |
| 180 | - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'  | |
| 181 | iconmenu_title: '&7➥ &eMy&6BanInfos'  | |
| 182 | iconmenu_size: 27  | |
| 183 | iconmenu_commands:  | |
| 184 | - 1:PAPER:0:&6:&cHacking:&65h Ban!  | |
| 185 | - '2:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 186 | - '3:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 187 | - '4:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 188 | - '5:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 189 | - '6:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 190 | - '7:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 191 | - '8:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 192 | - 9:PAPER:0:&e:&cBeleidigen:&8&l&m>------------<;&c10m - 3h!  | |
| 193 | - '10:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 194 | - '11:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 195 | - '15:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 196 | - '16:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 197 | - '18:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 198 | - 19:PAPER:0:&a:&cBugusing:&8&l&m>------------<;&6Kick. 2ter Verstoß= Ban!  | |
| 199 | - 25:PAPER:0:&d:&cSpammen:&8&l&m>------------<;&610m - 1h Mute!  | |
| 200 | - 17:PAPER:0:&d:&cWerbung:&8&l&m>------------<;&62h Mute!  | |
| 201 | - 7:PAPER:0:&d:&cEchtgeldhandel:&8&l&m>------------<;&6Permanenter Ban!  | |
| 202 | - 12:PAPER:0:&d:&cDrohung:&8&l&m>------------<;&6Permanenter Ban!  | |
| 203 | - 13:PAPER:0:&d:&cGriefen:&8&l&m>------------<;&6Permanenter Ban!  | |
| 204 | - 14:PAPER:0:&d:&cCaps:&8&l&m>------------<;&610m Mute!  | |
| 205 | - '20:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 206 | - '21:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 207 | - '22:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 208 | - '23:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 209 | - '24:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 210 | - '26:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 211 | - '27:STAINED_GLASS_PANE:15:%stayopen%: : '  | |
| 212 | cost: 0  | |
| 213 | delaytimer: 5  | |
| 214 | permission-node: baninfo.team  | |
| 215 | permission-required: true  | |
| 216 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 217 | dailybonus2:  | |
| 218 | command: /daily2  | |
| 219 | type: RUN_CONSOLE  | |
| 220 | runcmd:  | |
| 221 | - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"  | |
| 222 | - "$text$&6&lDailyBonus &7| &b Moin $player! Hier ist deine tägliche Belohnung!"  | |
| 223 | - "$text$&6&lDailyBonus &7| &b Du hast &e+2 Gold Nuggets &berhalten!"  | |
| 224 | - "%PlayerOptions%addItem: GOLD_NUGGET:2"  | |
| 225 | - "$Script$%PlayerData%DailyBonus=$todaydate"  | |
| 226 | - "$text$&6&lDailyBonus &7| &b Komm morgen wieder!"  | |
| 227 | - "$Script$%else%"  | |
| 228 | - "$text$&6&lDailyBonus &7| &b Nicht so gierig! Komm morgen wieder!"  | |
| 229 | permission-node: daily.team  | |
| 230 | permission-required: true  | |
| 231 | broadcast-angenommen:  | |
| 232 | command: /angenommen  | |
| 233 | type: RUN_COMMAND  | |
| 234 | runcmd:  | |
| 235 | - '$broadcasttext$&8►'  | |
| 236 | - '$broadcasttext$&6◊ &cSystem&7 ┃ &eDer Spieler &9$multiargs&e wurde &aangenommen!'  | |
| 237 | - '$broadcasttext$&8►'  | |
| 238 | required_args: 1  | |
| 239 | register: true  | |
| 240 | permission-required: true  | |
| 241 | error-message: '&eMy&6Server &8× &c/angenommen <Spieler>'  | |
| 242 | permission-node: angenommen.admin  | |
| 243 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 244 | broadcast-abgelehnt:  | |
| 245 | command: /abgelehnt  | |
| 246 | type: RUN_COMMAND  | |
| 247 | runcmd:  | |
| 248 | - '$broadcasttext$&8►'  | |
| 249 | - '$broadcasttext$&6◊ &cSystem&7 ┃ &eDer Spieler &9$multiargs&e wurde &cabgelehnt!'  | |
| 250 | - '$broadcasttext$&8►'  | |
| 251 | required_args: 1  | |
| 252 | register: true  | |
| 253 | permission-required: true  | |
| 254 | permission-node: abgelehnt.admin  | |
| 255 | error-message: '&eMy&6Server &8× &c/abgelehnt <Spieler>'  | |
| 256 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 257 | admin_help:  | |
| 258 | command: /adminhelp  | |
| 259 | type: TEXT  | |
| 260 | text:  | |
| 261 | - '&8&l&m>--------------<&b AdminHelp &8&l&m>--------------<'  | |
| 262 | - '&c/adminhelp&7 - Zeigt diesen Befehl!'  | |
| 263 | - '&c/cc&7 - Leere den Chat!'  | |
| 264 | - '&c/bc&7 - Sende eine Broadcast!'  | |
| 265 | - '&c/eventstart&7 - Starte ein Event.'  | |
| 266 | - '&c/angenommen (user) &7- Nehme eine Bewerbung an!'  | |
| 267 | - '&c/abgelehnt (user)&7 - Lehne eine Bewerbung ab!'  | |
| 268 | - '&c/punish&7 - Zeigt Ban, Mute und Kick Infos an!'  | |
| 269 | - '&c/rank (user) (rang)&7 - Setzt den Rang eines Users!'  | |
| 270 | - '&c/perm (user)&7 - Zeigt die Perms für den User!'  | |
| 271 | - '&c/gperm (rank)&7 - Zeigt die Perms für den Rang!'  | |
| 272 | - '&c/addperm (rank) (perm)&7 - Fügt eine Perm hinzu!'  | |
| 273 | - '&c/reperm (rank) (perm)&7 - Nimmt eine Perm weg!'  | |
| 274 | - '&8&l&m>--------------<&b AdminHelp &8&l&m>--------------<'  | |
| 275 | permission-required: true  | |
| 276 | permission-node: help.admin  | |
| 277 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 278 | team_help:  | |
| 279 | command: /teamhelp  | |
| 280 | type: TEXT  | |
| 281 | text:  | |
| 282 | - '&8&l&m>---------------<&b TeamHelp &8&l&m>---------------<'  | |
| 283 | - '&c/teamhelp&7 - Zeigt diesen Befehl!'  | |
| 284 | - '&c/punish&7 - Zeigt alle Ban,Kick,Mute Gründe!'  | |
| 285 | - '&c/ebanip (User)&7 - Bannt die IP eines Users!'  | |
| 286 | - '&c/eban (User) (Grund)&7 - Bannt einen User Permanent!'  | |
| 287 | - '&c/etempban (User) (Zeit) (Grund)&7 - Bannt einen User Temporär!'  | |
| 288 | - '&c/eunban (User)&7 - Unbannt einen User!'  | |
| 289 | - '&c/eunbanip (User)&7 - Unbannt die IP-Adresse!'  | |
| 290 | - '&c/emute (User) (Zeit)&7 - Mutet einen User temporär!'  | |
| 291 | - '&c/ekick (User) (Grund)&7 - Kickt einen User vom MyServer!'  | |
| 292 | - '&aBei weiteren fragen, meldet euch im Discord &f(/discord)'  | |
| 293 | - '&8&l&m>---------------<&b TeamHelp &8&l&m>---------------<'  | |
| 294 | permission-required: true  | |
| 295 | permission-node: help.team  | |
| 296 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 297 | user_help:  | |
| 298 | command: /mshelp  | |
| 299 | type: TEXT  | |
| 300 | text:  | |
| 301 | - '&8&l&m>---------------<&b MS-Help &8&l&m>---------------<'  | |
| 302 | - '&c/mshelp&7 - Zeigt diesen Befehl!'  | |
| 303 | - '&c/discord&7 - Unser Discord Server!'  | |
| 304 | - '&c/menu&7 - Öffnet das Menü!'  | |
| 305 | - '&c/online&7 - Zeigt dir alle Online Spieler!'  | |
| 306 | - '&aBei weiteren Fragen, meldet euch im Discord!'  | |
| 307 | - '&8&l&m>---------------<&b MS-Help &8&l&m>---------------<'  | |
| 308 | permission-required: false  | |
| 309 | rang_alias:  | |
| 310 | command: /rank  | |
| 311 | type: ALIAS  | |
| 312 | alias: /pex user $arg1 group set $arg2  | |
| 313 | permission-required: true  | |
| 314 | error-message: '&eMy&6Server &8× &c/rank &7<Spieler> <Rang>'  | |
| 315 | permission-node: ms.rang  | |
| 316 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 317 | permission_alias:  | |
| 318 | command: /perm  | |
| 319 | type: ALIAS  | |
| 320 | alias: /pex user $arg1  | |
| 321 | permission-required: true  | |
| 322 | error-message: '&eMy&6Server &8× &c/perm &7<User>'  | |
| 323 | permission-node: ms.perm  | |
| 324 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 325 | gpermission_alias:  | |
| 326 | command: /gperm  | |
| 327 | type: ALIAS  | |
| 328 | alias: /pex group $arg1  | |
| 329 | permission-required: true  | |
| 330 | error-message: '&eMy&6Server &8× &c/gperm &7<Rang>'  | |
| 331 | permission-node: ms.gperm  | |
| 332 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 333 | addpermission_alias:  | |
| 334 | command: /addperm  | |
| 335 | type: ALIAS  | |
| 336 | alias: /pex group $arg1 add $arg2  | |
| 337 | permission-required: true  | |
| 338 | error-message: '&eMy&6Server &8× &c/addperm &7<Rang> <Perm>'  | |
| 339 | permission-node: ms.addperm  | |
| 340 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 341 | repermission_alias:  | |
| 342 | command: /reperm  | |
| 343 | type: ALIAS  | |
| 344 | alias: /pex group $arg1 remove $arg2  | |
| 345 | permission-required: true  | |
| 346 | error-message: '&eMy&6Server &8× &c/reperm &7<Rang> <Perm>'  | |
| 347 | permission-node: ms.removeperm  | |
| 348 | permission-error: "&eMy&6Server &8× &cDu hast keine Rechte darauf."  | |
| 349 | ranks_user:  | |
| 350 | command: /ranks  | |
| 351 | type: TEXT  | |
| 352 | text:  | |
| 353 | - '&8&l&m>---------------<&b Ranks &8&l&m>---------------<'  | |
| 354 | - '&cWartungen &7- &cComing soon!'  | |
| 355 | - '&8&l&m>---------------<&b Ranks &8&l&m>---------------<'  | |
| 356 | permission-required: false  |