Manole7

SetSpawnPlus Config

Aug 28th, 2025 (edited)
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. #####################################
  2. # SetSpawnPlus Premium Plugin #
  3. # Author: Manole #
  4. # Version: 2.11.0 #
  5. #####################################
  6.  
  7. ############################################################################
  8. # Available placeholders: #
  9. # %prefix% #
  10. # %unique% Amount of unique players that have joined your server #
  11. # %seconds% Amount of seconds left till teleportation to spawn #
  12. # %delay% Amount of seconds left till player can do /spawn again #
  13. # %amount% Amount of money for /spawn charge #
  14. # %serverversion% Server''s version (1.21 etc) #
  15. # %servertype% Server''s type (Spigot, Paper etc) #
  16. # %latest_version% Latest version available of the plugin #
  17. # %current_version% Current version of the plugin in the server #
  18. # %resource_id% Resource''s ID on spigot #
  19. # %player% Name of the player, it shows nickname from Essentials etc. #
  20. # %sendername% Name of the sender when /spawn <player> #
  21. # %targetname% Name of the target when /spawn <player> #
  22. ############################################################################
  23.  
  24. # Do NOT change!
  25. config-version: 2.11.0
  26.  
  27. # Prefix for all messages
  28. Prefix: '&7[&fSetSpawn&6&l+&7]:'
  29.  
  30. # Permissions
  31. No-Permission-Message: '%prefix% &4You are not permitted to do this!'
  32.  
  33. # Block /spawn for Players
  34. Blacklist:
  35. - playerName1
  36. # - playerName2
  37. # - playerName3
  38. Blacklist-Message: '%prefix% &4You can''t use /spawn.'
  39.  
  40. # Spawn Costs
  41. Spawn-Cost:
  42. Enabled: true
  43. Amount: 50.0
  44. Enabled-Message: true
  45. Message: "%prefix% &cYou’ve been charged &e$%amount% &cfor using /spawn."
  46. Enabled-No-Money-Message: true
  47. No-Money-Message: "%prefix% &cYou don’t have enough money (%amount%) to use /spawn."
  48.  
  49. # Countdown System
  50. Countdown: 5
  51. Countdown-Messages: true
  52. Countdown-Message: '%prefix% &2Teleporting to spawn in &e%seconds% &2seconds...'
  53. Countdown-In-Progress-Message: '%prefix% &2Teleport already in progress.'
  54. Countdown-Bar: true
  55. Countdown-Bar-Settings:
  56. Length: 10
  57. Filled-Symbol: '●'
  58. Empty-Symbol: '○'
  59. Filled-Color: '&a'
  60. Empty-Color: '&c'
  61. Countdown-Sound:
  62. Enabled: true
  63. Sound-Name: ENTITY_EXPERIENCE_ORB_PICKUP
  64. Initial-Pitch: 1.0
  65. Pitch-Increase-per-Second: 0.1
  66. Last-Second-Pitch-Multiplier: 2.0
  67.  
  68. # Cooldown for /spawn
  69. Cooldown-For-Spawn-Command:
  70. Enabled: true
  71. Enabled-Message: true
  72. Message: '%prefix% &cYou can NOT use /spawn for another %delay% seconds!'
  73. Delay: 10
  74.  
  75. # Prevent /spawn while combat
  76. Prevent-Spawn-During-Combat:
  77. Enabled: true
  78. Cooldown: 15 # seconds after last hit before /spawn can be used
  79. Message: "%prefix% &cYou can't use /spawn while in combat! Wait %time% seconds."
  80.  
  81.  
  82. # Movement Cancellation
  83. Cancel-On-Move:
  84. Enabled: true
  85. Enabled-Message: true
  86. Message: '%prefix% &4Teleportation cancelled!'
  87. Enabled-Sound: true
  88. Sound-Name: BLOCK_ANVIL_BREAK
  89.  
  90. # Settings on Arrival
  91. Spawn-Particle:
  92. Enabled: true
  93. Preset: CUSTOM
  94. Type: VILLAGER_HAPPY
  95. Shape: SPHERE
  96. Radius: 1.5
  97. Count: 20
  98. Y-Offset: 1
  99. Spawn-Sound:
  100. Enabled: true
  101. Sound-Name: ENTITY_ENDER_PEARL_THROW
  102.  
  103. # Teleport Feedback
  104. Teleport-Message:
  105. Enabled: true
  106. Message: '%prefix% &2Teleporting to the spawn...'
  107. Spawn-Message:
  108. Chat-Message-Enabled: true
  109. Message: '%prefix% &2Welcome to the spawn %player%!'
  110. Action-Bar-Enabled: true
  111. Action-Bar-Message: '&2Teleported to the spawn!'
  112. Title-Message-Enabled: true
  113. Title-Header: '&2Welcome to'
  114. Title-Footer: '&2the spawn!'
  115. Title-Fade-In: 10
  116. Title-Stay: 20
  117. Title-Fade-Out: 10
  118.  
  119. # First Join Handling
  120. On-First-Join-Spawn:
  121. Enabled: true
  122. Enabled-Message: true
  123. Message: '%prefix% &eWelcome to the server, %player%! (#%unique%)'
  124. Show-In-Console: true
  125.  
  126. # Join & Respawn Teleports
  127. On-Join-Spawn:
  128. Enabled: true
  129. Respawn-At-Spawn:
  130. Enabled: true
  131. Override-Bedspawn-On-Respawn:
  132. Enabled: true
  133.  
  134. # Void Handling
  135. Void-To-Spawn:
  136. Enabled: true
  137. Only-Spawn-World: true
  138. Enabled-Message: true
  139. Message: '%prefix% &2Teleported to spawn from void.'
  140.  
  141. # /spawn <player> and /spawn all
  142. Include-Sender-On-All: true
  143. Force-Spawn:
  144. Enabled-message-target: true
  145. Message-target: '%prefix% &eYou have been teleported to the spawn by &2%sendername%'
  146. Enabled-message-sender: true
  147. Message-sender: '%prefix% &eYou have teleported &2%targetname% &eto the spawn!'
  148. Teleport-All-Message:
  149. Enabled: true
  150. Message: '%prefix% &aAll players teleported to spawn.'
  151. Teleport-All-Targets-Message:
  152. Enabled: true
  153. Message: '%prefix% &aAll players teleported to spawn.'
  154.  
  155. # Admin Feedback Messages
  156. Set-Spawn-Message: '%prefix% &eYou have set the main spawn!'
  157. Deleted-Spawn-Message: '%prefix% &cYou have deleted the main spawn!'
  158. Set-First-Join-Spawn-Message: '%prefix% &eYou have set the first join spawn!'
  159. Deleted-First-Join-Spawn-Message: '%prefix% &cYou have deleted the first join spawn!'
  160. Set-Spawn-Region-Message: '%prefix% &eYou have set the spawn region!'
  161. Deleted-Region-Message: '%prefix% &cYou have deleted the spawn region!'
  162. No-Region-Message: '%prefix% &cThere has no spawn region been set yet!'
  163. No-Region-Points-Message: '%prefix% &eYou have not set both region points yet!'
  164. First-Region-Point-Set-Message: '%prefix% &eYou have set the first region point!'
  165. Second-Region-Point-Set-Message: '%prefix% &eYou have set the second region point!'
  166. No-Spawn-Message: '%prefix% &cThere has no spawn been set yet!'
  167. No-First-Join-Spawn-Message: '%prefix% &cThere has no first spawn been set yet!'
  168. Invalid-Spawn-Message: '%prefix% &cInvalid spawn location.'
  169. Give-Command-Message: '%prefix% &eYou received the menu and wand items!'
  170. Give-Command-Already-Has-Items-Message: '%prefix% &cYou already have those items!'
  171. Reload-Message: '%prefix% &2Config Reloaded!'
  172. Wrong-Subcommand-Message: '%prefix% &cUnknown subcommand&e%wrong-sub%&c. Did you mean: &e%correct-sub%&c?'
  173. Wrong-Subcommand-Message-No-Suggestion: '%prefix% &cUnknown subcommand&e%wrong-sub%&c. Use &e/spawn help &cfor available commands.'
  174. Update-Available-Message:
  175. - '%prefix% &aA new version is available: &e%latest_version%&a! You are on &c%current_version%&a.'
  176. - '%prefix% &aDownload it at: &ehttps://www.spigotmc.org/resources/%resource_id%/'
  177. # - 'Another Message'
  178. # - 'Another One'
  179. Update-Check-Failure-Message: '%prefix% &4Could not check for updates at this time.'
  180. Info-Message:
  181. - '&eVersion: %current_version%'
  182. - '&eDeveloper: Manole'
  183. - '&eServer version: %serverversion%'
  184. - '&eServer type: %servertype%'
  185. - '&eLink: https://www.spigotmc.org/resources/%resource_id%/'
  186. - '&eWiki: https://manole.gitbook.io/setspawnplus'
  187. - '&eDiscord: https://discord.com/invite/yeH7wUur5K'
  188.  
  189. # Console Command Messages
  190. Console-Messages:
  191. Usage: '%prefix% &cConsole usage: /spawn <reload|all|<player>>'
  192. Reloaded: '%prefix% &aConfiguration reloaded.'
  193. Spawn-Not-Set: '%prefix% &cSpawn location is not set.'
  194. Invalid-Spawn: '%prefix% &cInvalid spawn location.'
  195. Teleport-All: '%prefix% &aAll players teleported to spawn.'
  196. Player-Not-Found: '%prefix% &cPlayer not found: %player%'
  197. Teleport-By-Console: '%prefix% &aYou have been teleported to spawn by the console.'
  198. Teleport-Success: '%prefix% &aTeleported %player% to spawn.'
  199.  
  200. # Spawn Region Settings
  201. Region:
  202. Settings:
  203. PvP-enabled: false
  204. PvP-Enabled-Message: true
  205. PvP-Message: '%prefix% &cYou can not PvP here!'
  206. Blocks-Modification: false
  207. Blocks-Enabled-Message: true
  208. Blocks-Message: '%prefix% &cYou can not place/break blocks here!'
  209. Interaction: false
  210. Interaction-Enabled-Message: true
  211. Interaction-Message: '%prefix% &cYou can not interact with this!'
  212. Mob-Griefing: false
  213. Mob-Spawning: false
  214. Leaves-Decay: false
  215. Whole-World: false
Add Comment
Please, Sign In to add comment