Guest User

Untitled

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