Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configuration:
- mode: "survival" # Options: survival - roleplay
- mode_survival: # This mode will change the mode of pvp, when the pvp is on the players can raid, do pvp and destroy vehicles, when the pvp is off all of the previously mentioned will be disabled.
- on_day: "pve" # Options: pvp - pve
- on_day_commands: "announce_finish"
- on_night_commands: "announce_start,test_player"
- on_fullmoon_commands: ""
- mode_roleplay: # In the roleplay mode the PvP will be always enabled but when the fullmoon/night start it will anounce a purge with a message and a sound if it are enabled.
- pvp: "fullmoon" # Options: fullmoon - night
- audio_id: 0 # If you have a custom UI sound you can it here and it will played when the pvp start.
- on_day_commands: ""
- on_night_commands: "roleplay_purge_start"
- on_fullmoon_commands: ""
- commands:
- - commandname: "announce_start"
- command: "broadcast The pvp is now enabled! Now you can raid, destroy vehicles and do pvp."
- executeasconsole: true
- - commandname: "announce_finish"
- command: "broadcast The pvp is now disabled! Go and recover yourself."
- executeasconsole: true
- - commandname: "roleplay_purge_start"
- command: "broadcast The purge has started!"
- executeasconsole: true
- - commandname: "test_player"
- command: "help"
- executeasconsole: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement