Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #-----------------------------------------------------------------------------------------------------------#
- # MyCommand Plugin config file (last update v5.3.3) #
- # #
- # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/ #
- # #
- # With the listener, you can disable completely plugin parts. Put true for active and false for deactive it #
- # The vehicle listener, it's used only for DETECTOR_RAIL Material. #
- # The Move listener instead, it's used for WarmUps. #
- # DELAY_SEC in Signs and Block it's used for prevent the command floods. Put it on 0, for disable it. #
- # The Economy function require the Vault plugin. Download it here : http://dev.bukkit.org/server-mods/vault/# #
- #-----------------------------------------------------------------------------------------------------------#
- LISTENERS:
- # Active this if you want use the /mycmd-blockset features.
- BLOCK_LISTENER: true
- # This allow you to execute commands from the ChatListener, Example, without the slash / prefix.
- CHAT_LISTENER: false
- # Active this for use the custom commands in-game
- CUSTOM_COMMANDS_GAME: true
- # Active the ConsoleListener for allow you to execute custom commands from the console.
- CUSTOM_COMMANDS_CONSOLE: true
- # Extra Listener, provide you to execute commands on some extra events. Check playerevents.yml
- EXTRA_LISTENER: true
- # Enable this if you want use the /mycmd-itemset feature.
- ITEM_LISTENER: true
- # Active the move listener for cancel WARMUPs (only warm-up type command)
- MOVE_LISTENER: false
- # Needed for utilize the /mycmd-npcs feature.
- NPCS_LISTENER: true
- # This allow to use some place-holders for the bungee_cord.
- PLUGIN_MESSAGE_LISTENER: false
- # The Sign listener allow the use of [MyCmd] signs.
- SIGN_LISTENER: true
- # The Vehicle listener it's used only for the DETECTOR_RAIL Material in block-set feature.
- VEHICLE_LISTENER: false
- #Determinate how many $args can be in a command.
- COMMANDS:
- MAX_ARGUMENTS: 9
- DEBUG:
- GAME: false
- CONSOLE: true
- DISABLE_PERMISSIONS: false
- USE_UUID_FOR_PLAYERDATA: true
- USE_NAME_INSTEAD_OF_ID_IN_THE_PERMISSION_NAME: true
- USE_THE_UPDATER: true
- ECONOMY:
- ALLOW_DEBT: false
- SCHEDULER:
- ENABLED: false
- DATE_FORMAT: "d M yyyy"
- FIRST_CHECK_AFTER_SEC: 60
- LAUNCH_CHECK_ON_EVERY_N_MIN: 60
- SIGNS:
- HEADER: "[Comando]"
- DELAY_SEC: 5
- NPCS:
- DELAY_SEC: 3
- BLOCKS:
- DELAY_SEC: 5
- MATERIAL:
- RIGHT_CLICK_INTERACTION:
- - LEVER
- - STONE_BUTTON
- - WOOD_BUTTON
- - WOODEN_DOOR
- PHYSICAL_INTERACTION:
- - STONE_PLATE
- - WOOD_PLATE
- - DETECTOR_RAIL
Advertisement
Add Comment
Please, Sign In to add comment