config.yml

tutorialspawn:
  passphrase: putwhateverphraseyoulike #Passphrase for users to complete the tutorial.
  maxJoinEvents: -1 #Maximum amount of times a user can join the server before the tutorial is auto-completed. Must be a non-negative integer for this feature to work.
  reusePassphrase: false #If true, allows users to reuse the /tsphrase command (with teleportation). Useful if you want players to repeat the tutorial at any time.
  spawn: #Spawn location information.
    world: ''
    x: 0.0
    y: 0.0
    z: 0.0
    yaw: 0.0
    pitch: 0.0
  exit: #Exit location information.
    world: ''
    x: 0.0
    y: 0.0
    z: 0.0
    yaw: 0.0
    pitch: 0.0
  teleportDelay: 0.5 #Teleport delay (in seconds). This is used to bypass other plug-ins (e.g. Essentials, Multiverse) that already sets a spawn for players. Increase this number in 0.1 increments if and only if players are not teleporting to your tutorial spawn upon joining. Otherwise, I do not recommend messing with this value.

Comments

Posts Quoted:
Reply
Clear All Quotes