Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Executables - list of command tasks.
- executables:
- #Executables are named, can be anything.
- #This executable starts half an hour after the server starts, and runs once every half hour, saving the world and broadcasting a message
- save:
- #Executables can be disabled while still being in the config.
- #This line is completely optional, but defaults to true
- enabled: false
- #Executables have a type, repeating or runonce
- #A repeating runs over and over again.
- type: repeating
- #Delay has a type, realtime or serverstart
- start_type: serverstart
- #start time format is hours|minutes|seconds, or
- #hours|minutes, or
- #hours, you can use zeros.
- start: 0|7|30
- #This will begin the executor half an hour after the server starts.
- #Delay is in seconds, this is ignored if the type is runonce. Delay defines (in seconds) how often the commands run
- delay: 1800
- #Commands have a type, player or console.
- command_type: console
- #Console commands are run from the console
- #Commands are defined in a list, without the slash.
- commands:
- - say Server will remove ALL dropped/floating items in 7.5minutes please make sure you pick up all items. You will not be rufunded for items you do not pick up
- save:
- enabled: false
- type: repeating
- start: 0|15
- delay: 1800
- command_type: console
- commands:
- - say Server now clearing items from the world, there may be a lag spike
- - remove items -1
- - say Items now marked for clearing and will be removed shortly
Advertisement
Add Comment
Please, Sign In to add comment