ExploreMode
Description
Allows users to enter Explore Mode, which lets them fly around to get the lay of the land without having the ability to do anything while flying. Also returns them to their original location when they exit Explore Mode, stopping them from getting lost or getting places they shouldn't while having the ability to modify the world.
Commands
All commands are prefixed with /exploremode or /explore
explore - enters the user into Explore Mode, which allows them to fly around, but they cannot interact with the world at all. They also cannot give/receive damage from entities in the world.
explore time - same as explore, but with a time limit in seconds
explore player - enters the specified player into Explore Mode
explore player time - same as above, but with a time limit in seconds
return - returns the user to the place they entered Explore Mode and disables flight and re-enables world interaction.
return player - returns the specified player from Explore Mode.
timeleft - shows the player their remaining explore time
timeLeft player - shows the player’s remaining explore time
Permissions
exploremode.*: Gives access to all ExploreMode commands.
exploremode.explore: Allows user to utilize the explore command. default: true
exploremode.return: Allows user to utilize the return command. default: true
exploremode.modothers: Allows user to change Explore Mode state of others. default: op
See Change Log for version details.