Features
✅ Everything is configurable ✅
✅ Lightweight ✅
✅ 100% translatable ✅
⚠️ Made for 1.20.4 version ⚠️
SpawnNeeds INFO
#### If you have || Permission: spawnneeds.* || you can use all the command. ####
Command: /spawnneeds- /sn || Main command. || Permission: spawnneeds.main
Command: /spawnneeds reload - /sn || Reload command || Permission: spawnneeds.reload
Command: /setspawn || SetSpawn command. || Permission: spawnneeds.setspawn
Command: /spawn || Spawn command. || Permission: spawnneeds.spawn
Code (YAML):
#Should player spawn after login on spawn location that you set with "/setspawn" command.
Teleport-Spawn-On-Join
: false
#Should player respawn after death on spawn location that you set with "/setspawn" command.
Teleport-Spawn-On-Respawn
: false
#Should player wait a few seconds after issue the "/spawn" command.
#If set "0" there will be no warm up so instant teleportation will happen.
#Bypass permission: "spawnneeds.spawnwarmupbypass"
Spawn-Delay
: 3
#Should "/spawn" teleportation process be cancelled if player moves after issued the command.
#Bypass permission: "spawnneeds.spawnwarmupbypass"
Spawn-Teleport-Cancel-On-Move
: false
#Command: "/spawnneeds" - "/sn"
#Permission: "spawnneeds.main"
#Command output it is kinda help message.
Main-Command-Message
:
- '&7&m
-------------&b SpawnNeeds Commands &7&m
-------------'
- ''
- '&b/spawnneeds &7- &b/sn &7- &eMain command.'
- '&b/spawnneeds reload &7- &b/sn reload &7- &eReloads the config.'
- '&b/setspawn &7- &eSetSpawn command.'
- '&b/spawn &7- &eSpawn command.'
- ''
- '&7&m
-------------&b SpawnNeeds Commands &7&m
-------------'
#Should these "Teleported-To-Spawn|Spawn-Teleport-With-Warm-Up|Spawn-Teleport-Cancelled" messages being sent as Title message with subtitles or not.
Send-Title-Instead-Of-Chat-Message
: true
Code (YAML):
Prefix
: '&c
[&bSpawnNeeds&c
]'
No-Permission-Message
: '&cNo Permission.'
Reload-Message
: '&aReload completed in &c
%reloadtime%ms.'
Console-Warning
: '&cConsole can not issue this command.'
Wrong-Usage:
SetSpawn
: '&cYou have used the command in a wrong way. Try this
:
&b/setspawn'
Spawn-Is-Not-Defined
: '&cSpawn is not defined.'
Spawn-Is-Defined
: '&aYou have defined the &eSpawn &7
(&6
%world%&e, &6%X%&e, &6%Y%&e,
&6
%Z%&e, &6%Yaw%&e, &6%Pitch%&7).'
Spawn-World-Is-Missing
: '&cSpawn world is missing.'
Teleported-To-Spawn
: '&6You have teleported to &eSpawn.'
Teleported-To-Spawn-Title
: '&6You have teleported to &eSpawn.'
Teleported-To-Spawn-SubTitle
: '&3Welcome to &eSpawn.'
Spawn-Teleport-With-Warm-Up
: '&6Teleporting to &eSpawn &6in &e
%warmup% seconds.'
Spawn-Teleport-With-Warm-Up-Title
: '&6Teleporting to &eSpawn &6in &e
%warmup% seconds.'
Spawn-Teleport-With-Warm-Up-SubTitle
: '&3Please do not move.'
Spawn-Teleport-Cancelled
: '&cSpawn teleport cancelled because you moved.'
Spawn-Teleport-Cancelled-Title
: '&cSpawn teleport cancelled because you moved.'
Spawn-Teleport-Cancelled-SubTitle
: '&cSpawn teleport cancelled because you moved.'