Bonjour a tous, c'est encore moi masi c'est juste pour un information :
j'ai télécharger le plugin lobbycompass qui permet de se tp dans des mondes différents avec une boussole mais le problème, c'est que la boussole ne s'ouvre pas quand on fait un clic droit.
Voici ma config :
Merci
j'ai télécharger le plugin lobbycompass qui permet de se tp dans des mondes différents avec une boussole mais le problème, c'est que la boussole ne s'ouvre pas quand on fait un clic droit.
Voici ma config :
Code:
# #############################################
# # - LobbyCompass by Dreieck52 - #
# #############################################
# # Option 'executedByPlayer' means:
# # > true = Command is executed as the player typed it
# # > false = Command is executed by console (%n% is player name)
# # There can be only at most 6 lines in one inventory!
# # If get-compass-on-join-slot is -1 it will add the compass in a free slot
# # NOTE: If you wish, you can disable auto-updating in -Updater/config.yml-
# #############################################
compass-name: '&4&lMenu de teleportation'
compass-inventory-name: '&2&lClique sur un item pour être tp'
get-compass-on-join: true
get-compass-on-join-slot: 4
get-compass-worlds:
- world
- world_nether
- world_the_end
- spawn
- pvp_fac
- 1VS1
only-allow-command-lc_get-in-worlds: true
can-drop-compass: false
inventory-lines-amount: 4
sound-effect: true
options:
- spawn
- pvp/fac
- 1vs1
data:
spawn:
name: '&e&lSpawn / Lobby'
lore:
- '&7Clique sur cette item pour aller au spawn !'
- '&7/warp spawn'
item: 2
cmd: warp spawn
executedByPlayer: true
position-in-inventory: 10
pvp/fac:
name: '&c&lPvP&0/&5fac'
lore:
- '&cClique sur cette item pour aller au spawn pvp/fac !'
- '/warp spawnpvpfac'
item: 276
cmd: warp spawnpvpfac
executedByPlayer: true
position-in-inventory: 19
1vs1:
name: '&7vs1'
lore:
- '&aClique sur cette item pour aller au spawn 1VS1 !'
- '/warp spawn1VS1'
item: 267
cmd: warp spawn1VS1
executedByPlayer: false
position-in-inventory: 21
Merci