
Elytra Spawners to Vanilla Minecraft. Everyone in the server can get one every 20 minutes with 1 item in exchange. e.g diamond
ElytraSpawner is a lightweight Paper plugin that adds special Elytra vault spawners to your server.
Each vault appears as a custom spawner containing a floating, spinning Elytra. Players can interact with the vault, pay the configured cost, and receive the configured reward.
Normal Minecraft spawners remain completely untouched. Only plugin-created vault spawners function as Elytra vaults.
/elytraspawner give/elytraspawner give <player> [amount]Gives a marked Elytra vault spawner.
/elytraspawner reloadReloads the ElytraSpawner configuration.
elytraspawner.useAllows players to use Elytra vault spawners.
Default: true
elytraspawner.giveAllows use of the give command.
Default: false
elytraspawner.reloadAllows use of the reload command.
Default: false
elytraspawner.*Grants full access to all ElytraSpawner permissions.
Default: op
vault:
block: SPAWNER
display:
enabled: true
rotation_speed: 10.0
item: ELYTRA
glow: true
cost:
material: DIAMOND
amount: 1
reward:
material: ELYTRA
amount: 1
cooldown:
enabled: true
time: 1200
messages:
not_enough: "&cYou need {amount} {item} to unlock this vault."
success: "&aYou unlocked the vault and received 1 Elytra!"
cooldown: "&cYou must wait {time} before using this vault again."
no_permission: "&cYou can't use this vault."
sounds:
unlock: BLOCK_END_PORTAL_SPAWN
particles:
unlock:
type: PORTAL
count: 50
Vault spawners are protected from:
Only players in Creative mode can break vault spawners.