🏠Lobby

Practice has its own lobby system, where you can set a spawn point for users when they join or finish a duel. Players can also use lobby items to start games.

Set Spawnpoint

Setting up the spawn point in the Practice is simple. Just stand on the block you want to use as the spawn point and run the command /ppractice setLobby. Once you do this, that position will become your spawn point.

Spawn Point

The spawn point location is saved in the cache file after you set it successfully.

Disable Teleportation

If you don't want your users to be teleported to the lobby when they join the server, make sure to set the following option in the plugin's configuration to false.

lobby:
  teleport-on-join: true

Join Actions

Every time a user joins the server, specific actions can be triggered. By default, the plugin sends a how to duel message. Find the actions here

Join Message
lobby:
  every-join-actions:
  - '[MESSAGE] &7'
  - '[MESSAGE] &5&lPHOENIX PRACTICE'
  - '[MESSAGE] &7 1v1s, Party FFA/Fight'
  - '[MESSAGE] &7 Unranked & Ranked Fights'
  - '[MESSAGE] &7 And much more!'
  - '[MESSAGE] &7'
  - '[MESSAGE] &e⬤ To duel, type: &d/duel <player>&e.'
  - '[MESSAGE] &e⬤ To play, &duse your hotbar&e.'
  - '[MESSAGE] &7'

Last updated

Was this helpful?