commands

List of Commands


Player Only Commands
  • /phase
    • Displays a list of available commands based off current permissions.
  • /phaseattune
    • Sets a return point (home point) in the world you are in.
    • Each world can have it's own return point, including Nether worlds.
  • /phaseback
    • Allows you to return to your return location (home point) in your current world.
  • /phaseself [World]
    • Allows a player to move between worlds if multi-world function is enabled on your server.
  • /phasetop [Player]
    • Allows you to teleport to another player currently online in the same world.



Crystal Based Commands
  • /phasetoc [Crystal]
    • Teleports the player to an estabolished crystal in their current world.
  • /phaseCrystal [Crystal]
    • Creates a meeting point (referenced as a crystal) in your current for others to teleport to.
  • /phaseRemCrys [Crystal]
    • Removes a meeting point from your current world if you are it's owner.
    • Remove Server Crystal privilege will also grant removal of crystals that are not your own.
      • For administrative purposes.
  • /phaselist
    • description: Grants you access to a list of crystals in the current world.

Server / Admin Based Commands
  • /phasebring [Player]
    • Allows you to teleport another online player in the same world to your current location.
  • /phaseother [Player] [World]
    • Teleports another player to their last known location in a different world.
  • /phaseRemServ [Crystal]
    • Removes a server crystal from your current world with an owner of "SERVER"
  • /phaseServCrys [Crystal]
    • Creates a Crystal at your current location with an owner of "SERVER"
    • Server crystals are not limited by crystal limit per player in config.yml
  • /phaseReload
    • Reloads Phase Shifts configuration files.

Permisions

  • PhaseShift.SetHome:
    • Grants access to PhaseAttune.
  • PhaseShift.GoHome:
    • Grants access to PhaseBack.
  • PhaseShift.ToPlay:
    • Grants access to PhaseToP.
  • PhaseShift.ToCrys:
    • Grants access to PhaseToC.
  • PhaseShift.MakeCrys:
    • Grants access to PhaseCrystal.
  • PhaseShift.DelCrys:
    • Grants access to PhaseRemCrys.
  • PhaseShift.Self:
    • Grants access to PhaseSelf.
  • PhaseShift.List:
    • Grants access to PhaseList.


Admin Based Permissions

  • PhaseShift.ServList:
    • Overrides PhaseShift.List permission to allow you to also see server owned "Crystals".
  • PhaseShift.Other:
    • Grants access to PhaseOther.
  • PhaseShift.Bring:
    • Grants access to PhaseBring.
  • PhaseShift.MakeServ:
    • Grants access to PhaseServCrys.
  • PhaseShift.DelServ:
    • Grants access to PhaseRemServ.
  • PhaseShift.IgnorTime:
    • Overrides any time restraints implemented in Config.yml
  • PhaseShift.IgnorCost:
    • Overrides any costs implemented in Config.yml
    • Not Currently Implemented.
  • PhaseShift.CannotMove:
    • Disallows players with PhaseShift.Bring and PhaseShift.Other from transporting you.
  • PhaseShift.Reload:
    • Gives access to PhaseReload

Permission Groups
  • PhaseShift.Basic
    • PhaseShift.SetHome
    • PhaseShift.GoHome
    • PhaseShift.List
  • PhaseShift.Normal
    • PhaseShift.SetHome
    • PhaseShift.GoHome
    • PhaseShift.List
    • PhaseShift.ToPlay
    • PhaseShift.ToCrys
  • PhaseShift.ShiftX
    • PhaseShift.SetHome
    • PhaseShift.GoHome
    • PhaseShift.List
    • PhaseShift.ToPlay
    • PhaseShift.ToCrys
    • PhaseShift.Self
  • PhaseShift.ShiftXX
    • PhaseShift.SetHome
    • PhaseShift.GoHome
    • PhaseShift.List
    • PhaseShift.ToPlay
    • PhaseShift.ToCrys
    • PhaseShift.Self
    • PhaseShift.MakeCrys
    • PhaseShift.DelCrys
  • PhaseShift.Infinite
    • PhaseShift.SetHome
    • PhaseShift.GoHome
    • PhaseShift.List
    • PhaseShift.ToPlay
    • PhaseShift.ToCrys
    • PhaseShift.Self
    • PhaseShift.MakeCrys
    • PhaseShift.DelCrys
    • PhaseShift.Bring
    • PhaseShift.Other
  • PhaseShift.*
    • Grants access to all functions of the plugin.