PLAYER WARP BEACON PLUGIN

Status
This thread has been locked.

Zelenik

Supreme
Feedback score
6
Posts
125
Reactions
24
Resources
0
Hey, I'm looking for someone to code me a player warp plugin. A player would place a beacon somewhere, and the warp would appear in a warp GUI. Player should rename the beacon to the warp name, or else it shouldn't work.

I'm looking for quotes.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Moncimon

Premium
Feedback score
0
Posts
24
Reactions
17
Resources
16
https://www.spigotmc.org/resources/custom-items-with-simple-gui-executableitems-1-12-1-16.77578/

1. /ei create ITEM_ID
2. go to the executsbleitems/items folder on controlpanel
3. Paste this
4. /ei reload
—————————————◥◣◆◆◆◢◤—————————————
name: Spawn Warp
lore:
- your descriptions
material: BEACON
glow: true
disableStack: true
keepItemOnDeath: false
give-first-join: false
give-slot: 0
hideEnchantments: false
hideAttributes: false
usage: -1
usageLimit: -1
disable-world: []
unbreakable: false
hideUnbreakable: false
cancel-item-drop: false
cancel-enchant: false
cancel-anvil: false
cancel-consumption: false
cancel-item-place: true
cancel-deposit-in-chest: false
cancel-deposit-in-furnace: false
cancel-item-craft: false
cancel-item-frame: false
cancel-tool-interactions: false
locked-in-inventory: false
activators:
activator1:
activator: PLAYER_ALL_CLICK
displayName: Activator name
usageModification: 0
cooldown: 0
displayCooldownMessage: false
commands:
- SUDO your commands
silenceOutput: false
blockCommands: []
detailedBlocks: []
onlyAirClick: false
onlyBlockClick: false
cancelEventIfInvalidRequiredExecutableItems: false
cancelEvent: false
—————————————◥◣◆◆◆◢◤—————————————
 

Zelenik

Supreme
Feedback score
6
Posts
125
Reactions
24
Resources
0
https://www.spigotmc.org/resources/custom-items-with-simple-gui-executableitems-1-12-1-16.77578/

1. /ei create ITEM_ID
2. go to the executsbleitems/items folder on controlpanel
3. Paste this
4. /ei reload
—————————————◥◣◆◆◆◢◤—————————————
name: Spawn Warp
lore:
- your descriptions
material: BEACON
glow: true
disableStack: true
keepItemOnDeath: false
give-first-join: false
give-slot: 0
hideEnchantments: false
hideAttributes: false
usage: -1
usageLimit: -1
disable-world: []
unbreakable: false
hideUnbreakable: false
cancel-item-drop: false
cancel-enchant: false
cancel-anvil: false
cancel-consumption: false
cancel-item-place: true
cancel-deposit-in-chest: false
cancel-deposit-in-furnace: false
cancel-item-craft: false
cancel-item-frame: false
cancel-tool-interactions: false
locked-in-inventory: false
activators:
activator1:
activator: PLAYER_ALL_CLICK
displayName: Activator name
usageModification: 0
cooldown: 0
displayCooldownMessage: false
commands:
- SUDO your commands
silenceOutput: false
blockCommands: []
detailedBlocks: []
onlyAirClick: false
onlyBlockClick: false
cancelEventIfInvalidRequiredExecutableItems: false
cancelEvent: false
—————————————◥◣◆◆◆◢◤—————————————
Thank you sir, but I went for a custom plugin :D I appreciate your time :)
 
Status
This thread has been locked.
Top