Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #-----------------------------------------------------------------------------------------------------------#
- # MyCommand Commands config file (last update v5.5.0) #
- # #
- # BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted #
- # #
- # How to make a command : (See an example command below) #
- # For first, put your command name on first line #
- # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. #
- # So, now select your command type from a predefined list putting it after "type" line #
- # COMMAND TYPE LIST : #
- # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #
- # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT #
- # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
- # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR #
- # #
- # If your command is "TEXT" type, you can put multiple line of text below this parameter #
- # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list #
- # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #
- # Set delay time with delaytimer: 5 (5 = seconds) | #
- # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #
- # You can customize your permission node by placing "permission-node:" field in a command #
- # Also,you can change the permission error message with "permission-error:" #
- # Custom error-message for invalid args ,put "error-message:" line in a command. #
- # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
- # Register REAL commands putting "register: true" below the command. #
- # With register commands you can use the "tab_completer: - Hi - Hello!" #
- # For Scripts and more features, find more on the bukkitdev page #
- #-----------------------------------------------------------------------------------------------------------#
- REGELN:
- command: /regeln
- type: TEXT
- text:
- - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lRegeln&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
- - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lAllgemein&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
- - '&a1. &cHacking ist in jeglicher Art verboten! (Speed, Fly usw.)'
- - '&a2. &cBugusing ist verboten! (Auch das Hochbuggen am Rand der Map!)'
- - '&a3. &cBeleidigende oder anstößige Minecraft-Skins sind verboten!'
- - '&a4. &cDas griefen ist ebenfalls verboten!'
- - '&a5. &cScammen ist erlaubt!'
- - '&a6. &cBots sind verboten!'
- - '&a7. &cDas vortäuschen von Clientmodifikationen ist ebenfalls verboten!'
- - '&a8. &cBannumgehung ist verboten!'
- - '&a9. &cDas unnötige Belästigen von Teammitgliedern ist strengstens verboten!'
- - '&a10. &cDen Anweisungen des Serverteams ist Folge zu leisten!'
- - '&a11. &cDas benutzen von mehreren Accounts um Erde usw zu bekommen ist verboten!'
- - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&b&lChat&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
- - '&a1. &bSpamming ist verboten!'
- - '&a2. &bDas fragen nach Rechten ist verboten!'
- - '&a3. &bIn Caps schreiben ist verboten!'
- permission-required: false
- bewerbung-menu:
- command: /bewerben
- type: ICON_MENU
- iconmenu_title: '&aBewerben'
- iconmenu_size: 27
- iconmenu_commands:
- - '11:LAPIS_BLOCK:0:/supbew:&9Supporter'
- - '15:REDSTONE_BLOCK:0:/devbew:&bDeveloper'
- permission-required: false
- supbew:
- command: /supbew
- type: RUN_CONSOLE
- runcmd:
- - '/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\""}}]'
- permission-required: false
- devbew:
- command: /devbew
- type: RUN_CONSOLE
- runcmd:
- - '/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\""}}]'
- permission-required: false
Add Comment
Please, Sign In to add comment