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: | |
| 30 | command: /regeln | |
| 31 | type: TEXT | |
| 32 | text: | |
| 33 | - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lRegeln&8&l⚌⚌⚌⚌⚌⚌⚌⚌' | |
| 34 | - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lAllgemein&8&l⚌⚌⚌⚌⚌⚌⚌⚌' | |
| 35 | - '&a1. &cHacking ist in jeglicher Art verboten! (Speed, Fly usw.)' | |
| 36 | - '&a2. &cBugusing ist verboten! (Auch das Hochbuggen am Rand der Map!)' | |
| 37 | - '&a3. &cBeleidigende oder anstößige Minecraft-Skins sind verboten!' | |
| 38 | - '&a4. &cDas griefen ist ebenfalls verboten!' | |
| 39 | - '&a5. &cScammen ist erlaubt!' | |
| 40 | - '&a6. &cBots sind verboten!' | |
| 41 | - '&a7. &cDas vortäuschen von Clientmodifikationen ist ebenfalls verboten!' | |
| 42 | - '&a8. &cBannumgehung ist verboten!' | |
| 43 | - '&a9. &cDas unnötige Belästigen von Teammitgliedern ist strengstens verboten!' | |
| 44 | - '&a10. &cDen Anweisungen des Serverteams ist Folge zu leisten!' | |
| 45 | - '&a11. &cDas benutzen von mehreren Accounts um Erde usw zu bekommen ist verboten!' | |
| 46 | - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&b&lChat&8&l⚌⚌⚌⚌⚌⚌⚌⚌' | |
| 47 | - '&a1. &bSpamming ist verboten!' | |
| 48 | - '&a2. &bDas fragen nach Rechten ist verboten!' | |
| 49 | - '&a3. &bIn Caps schreiben ist verboten!' | |
| 50 | permission-required: false | |
| 51 | bewerbung-menu: | |
| 52 | command: /bewerben | |
| 53 | type: ICON_MENU | |
| 54 | iconmenu_title: '&aBewerben' | |
| 55 | iconmenu_size: 27 | |
| 56 | iconmenu_commands: | |
| 57 | - '11:LAPIS_BLOCK:0:/supbew:&9Supporter' | |
| 58 | - '13:EMERALD_BLOCK:0:/buildbew:&aBuilder' | |
| 59 | - '15:REDSTONE_BLOCK:0:/devbew:&bDeveloper' | |
| 60 | permission-required: false | |
| 61 | supbew: | |
| 62 | command: /supbew | |
| 63 | type: RUN_CONSOLE | |
| 64 | runcmd: | |
| 65 | - '/tellraw @p ["",{"text":"Hier kannst du dich als Supporter bewerben! ","color":"green","clickEvent":{"action":"open_url","value":"https://docs.google.com/forms/d/e/1FAIpQLSeFUO2iZX6No8PqmO37OJRL9TefPiJWOTmcHdoJe-ZbiTBbwA/viewform"},"hoverEvent":{"action":"show_text","value":"\"klick\""}},{"text":"(Klick)","color":"gray","clickEvent":{"action":"open_url","value":"https://docs.google.com/forms/d/e/1FAIpQLSeFUO2iZX6No8PqmO37OJRL9TefPiJWOTmcHdoJe-ZbiTBbwA/viewform"},"hoverEvent":{"action":"show_text","value":"\"klick\""}}]'
| |
| 66 | permission-required: false | |
| 67 | devbew: | |
| 68 | command: /devbew | |
| 69 | type: RUN_CONSOLE | |
| 70 | runcmd: | |
| 71 | - '/tellraw @p ["",{"text":"Hier kannst du dich als Developer bewerben! ","color":"green","clickEvent":{"action":"open_url","value":"https://docs.google.com/forms/d/e/1FAIpQLSeeryOoGy66jrljD6lOsT213dU00SpkZIwV_dALXp7uEJIP-g/viewform"},"hoverEvent":{"action":"show_text","value":"\"klick\""}},{"text":"(Klick)","color":"gray","clickEvent":{"action":"open_url","value":"https://docs.google.com/forms/d/e/1FAIpQLSeeryOoGy66jrljD6lOsT213dU00SpkZIwV_dALXp7uEJIP-g/viewform"},"hoverEvent":{"action":"show_text","value":"\"klick\""}}]'
| |
| 72 | permission-required: false | |
| 73 | buildbew: | |
| 74 | command: /buildbew | |
| 75 | type: RUN_CONSOLE | |
| 76 | runcmd: | |
| 77 | - '/msg ykPhil Der Spieler &c$player &awill sich als Builder bewerben!' | |
| 78 | permission-required: false |