Advertisement
Guest User

Config-1.2

a guest
Mar 18th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. #
  2. # DRAGON SECURITY
  3. # Advanced chat protection, antiwdl, anti plugins viewer
  4. # More soon...
  5. #
  6. # This is the main configuration file for DragonSecurity (config.yml)
  7. #
  8. # If you need help with the configuration or have any
  9. # Questions related to DragonSecurity, join us in our Discord.
  10. #
  11. # Discord: https://discord.gg/qkh857V2Nt
  12. # Config: 1.2
  13. #
  14.  
  15. #
  16. # MESSAGE PLACEHOLDERS:
  17. #
  18. # » %player% - Name of the player
  19. # » %staff% - Name of the staff
  20. # » %command% - Name of the command (sudo only)
  21. #
  22.  
  23. # Enable or disable alerts to staff members who have permission "ss.alert", example:
  24. # SimplyStaff » Player has set his gamemode to creative
  25. STAFF-ALERTS:
  26. enabled: true
  27. join-staff: "&b&lSimplyStaff &8» &a%player% &7joined the server!"
  28.  
  29. COMMANDS:
  30.  
  31. # Gamemodes
  32. Gamemodes:
  33.  
  34. error: "&b&lSimplyStaff &8» &cYou are already in this gamemode"
  35.  
  36. survival:
  37. message: "&b&lSimplyStaff &8» &aYour gamemode now is survival"
  38. alert: "&b&lSimplyStaff &8» &a%player% &7has set his gamemode to &asurvival"
  39.  
  40. creative:
  41. message: "&b&lSimplyStaff &8» &aYour gamemode now is creative"
  42. alert: "&b&lSimplyStaff &8» &a%player% &7has set his gamemode to &acreative"
  43.  
  44. adventure:
  45. message: "&b&lSimplyStaff &8» &aYour gamemode now is adventure"
  46. alert: "&b&lSimplyStaff &8» &a%player% &7has set his gamemode to &aadventure"
  47.  
  48. spectator:
  49. message: "&b&lSimplyStaff &8» &aYour gamemode now is spectator"
  50. alert: "&b&lSimplyStaff &8» &a%player% &7has set his gamemode to &aspectator"
  51.  
  52. Basic:
  53. day: "&b&lSimplyStaff &8» &aTime set to day successfully in the world"
  54. night: "&b&lSimplyStaff &8» &aTime set to night successfully in the world"
  55. kill:
  56. message: "&b&lSimplyStaff &8» &aYou have successfully killed %player%"
  57. alert: "&b&lSimplyStaff &8» &a%staff% has killed %player%"
  58. godmode:
  59. setted: "&b&lSimplyStaff &8» &aYou have successfully setted godmode to %player%"
  60. removed: "&b&lSimplyStaff &8» &aYou have successfully removed godmode to %player%"
  61. alert-setted: "&b&lSimplyStaff &8» &7%staff% has &asetted &7godmode to &a%player%"
  62. alert-removed: "&b&lSimplyStaff &8» &7%staff% has &cremoved &7godmode to &a%player%"
  63. fly:
  64. enabled: "&b&lSimplyStaff &8» &aYou have successfully enabled fly to %player%"
  65. disabled: "&b&lSimplyStaff &8» &aYou have successfully disabled fly to %player%"
  66. alert-enabled: "&b&lSimplyStaff &8» &7%staff% has &aenabled &7fly to &a%player%"
  67. alert-disabled: "&b&lSimplyStaff &8» &7%staff% has &cdisabled &7fly to &a%player%"
  68. heal:
  69. message: "&b&lSimplyStaff &8» &aYou have successfully healed!"
  70. alert: "&b&lSimplyStaff &8» &7%staff% has healed &a%player%"
  71. clear:
  72. message: "&b&lSimplyStaff &8» &aYou have cleared the inventory of %player%"
  73. alert: "&b&lSimplyStaff &8» &7%staff% has cleared the inventory of &a%player%"
  74. teleport:
  75. message: "&b&lSimplyStaff &8» &aYou teleported to %player%"
  76. alert: "&b&lSimplyStaff &8» &7%staff% teleported to &a%player%"
  77. teleporthere:
  78. message: "&b&lSimplyStaff &8» &aYou teleported %player% to you"
  79. alert: "&b&lSimplyStaff &8» &7%staff% teleported &a%player% &7to him"
  80. teleportpos:
  81. message: "&b&lSimplyStaff &8» &aYou teleported to x: %x% y: %y% z: %z%"
  82. alert: "&b&lSimplyStaff &8» &a%staff% &7teleported to x: %x% y: %y% z: %z%"
  83.  
  84. Advanced:
  85. sudo:
  86. message: "&b&lSimplyStaff &8» &aYou have successfully forced %player% to execute &c%command%"
  87. alert: "&b&lSimplyStaff &8» &a%staff% has forced %player% to execute &c%command%"
  88.  
  89. OTHER:
  90. config-reloaded: "&b&lSimplyStaff &8» &aConfig reloaded successfully!"
  91. server: "Minigame"
  92.  
  93. # Error
  94. ERROR:
  95. only-player: "&b&lSimplyStaff &8» &cError: Only players can execute this command!"
  96. no-permission: "&b&lSimplyStaff &8» &cError: You don't have permission to do this"
  97. incorrect-syntax: "&b&lSimplyStaff &8» &cError: Incorrect syntax!"
  98. specify-world: "&b&lSimplyStaff &8» &cSpecify the world!"
  99. non-existent-world: "&b&lSimplyStaff &8» &cError: Non-existent world"
  100. specify-player: "&b&lSimplyStaff &8» &cSpecify the player!"
  101. non-existent-player: "&b&lSimplyStaff &8» &cError: Non-existent player"
  102. invalid-coordinates: "&b&lSimplyStaff &8» &cError: invalid coordinates!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement