Advertisement
Guest User

Untitled

a guest
Nov 6th, 2021
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. configuration:
  2. mode: "survival" # Options: survival - roleplay
  3. 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.
  4. on_day: "pve" # Options: pvp - pve
  5. on_day_commands: "announce_finish"
  6. on_night_commands: "announce_start,test_player"
  7. on_fullmoon_commands: ""
  8. 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.
  9. pvp: "fullmoon" # Options: fullmoon - night
  10. audio_id: 0 # If you have a custom UI sound you can it here and it will played when the pvp start.
  11. on_day_commands: ""
  12. on_night_commands: "roleplay_purge_start"
  13. on_fullmoon_commands: ""
  14. commands:
  15. - commandname: "announce_start"
  16. command: "broadcast The pvp is now enabled! Now you can raid, destroy vehicles and do pvp."
  17. executeasconsole: true
  18. - commandname: "announce_finish"
  19. command: "broadcast The pvp is now disabled! Go and recover yourself."
  20. executeasconsole: true
  21. - commandname: "roleplay_purge_start"
  22. command: "broadcast The purge has started!"
  23. executeasconsole: true
  24. - commandname: "test_player"
  25. command: "help"
  26. executeasconsole: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement