BetterVanillaCommands rewrote the native minecraft commands to make them mostly
shorter and easier, for a total of
16 commands.
It also
add some
extra commands as /spawn, /fly, /god, /warp, /feed, /craft..
It
include a permission system among the differents BVC commands.
For example, you can set a specific command
only authorized for the player, or make him able
to perform commands on others players.
How to install
-
Download BetterVanillaCommands
-
Drag'n'Drop the .jar file
into server/plugins folder
-
Run server
How to config
- To use permissions system, please
use a permission plugin and add the specific BVC permissions as you want.
- Server operators have all permissions by default
Permissions structure
- BVC.commandname.solo : Allows the player typing the command to use only the command on himself
- BVC.commandname.all : Allows the player typing the command to use it on others players as well
Commands List
Native commands rewrote
/afk
permission:
BVC.afk
use : /afk [value] between 0(unlimited) to 60(1 hour)
explanation: set the time in minutes before a player is kicked due to AFK. (default is 0 on minecraft vanilla server)
/day
permission:
BVC.day
use : /day
explanation: shortcut of /time set day
/night
permission:
BVC.night
use : /night
explanation: shortcut of /time set night
/gm
permission:
BVC.gm.all OR BVC.gm.solo
use : /gm [value] OR /gm (playername) [value]
explanation: Set gamemode between 0 and 4. If (playername) is typed, set gamemode for this player.
If permission "BVC.gm.all" is used, ability to perform this action on other players.
0 = survival
1 = creative
2 = adventure
3 = spectator
/sun
permission:
BVC.sun
use : /sun
explanation: Set weather sunny.
/rain (t)
permission:
BVC.rain
use : /rain (t)
explanation: Set weather rainy.
If (t) is provided, weather will be stormy (thundering)
Extra commands
/craft
permission:
BVC.craft
use : /craft
explanation: show crafting table GUI
/feed
permission:
BVC.feed.all OR BVC.feed.solo
use : /feed (playername)
explanation: fullfill hunger bar.
If permission "BVC.feed.all" is used, ability to perform this action on other players.
/fly
permission:
BVC.fly.all OR BVC.fly.solo
use : /fly (playername)
explanation: Enable/disable fly.
If permission "BVC.fly.all" is used, ability to perform this action on other players.
/fspeed
permission:
BVC.fspeed.all OR BVC.fspeed.solo
use : /fspeed [value] OR /fspeed (playername) [value]
explanation: Set fly speed between 1 and 10. If (playername) is typed, set fly speed for this player.
If permission "BVC.fspeed.all" is used, ability to perform this action on other players.
/speed
permission:
BVC.speed.all OR BVC.speed.solo
use : /speed [value] OR /speed (playername) [value]
explanation: Set walk speed between 1 and 10. If (playername) is typed, set walk speed for this player.
If permission "BVC.speed.all" is used, ability to perform this action on other players.
/god
permission:
BVC.god.all OR BVC.god.solo
use : /god (playername)
explanation: enable/disabled god mode.
If permission "BVC.god.all" is used, ability to perform this action on other players.
/heal
permission:
BVC.heal.all OR BVC.heal.solo
use : /heal (playername)
explanation: Restore life, hunger and clear all effects. If (playername) is typed, perform this command for this player.
If permission "BVC.heal.all" is used, ability to perform this action on other players.
/spawn
permission:
BVC.spawn.all OR BVC.spawn.solo
use : /spawn (playername)
explanation: Teleport player to the spawn.
If permission "BVC.spawn.all" is used, ability to perform this action on other players.
/vision
permission:
BVC.vision.all OR BVC.vision.solo
use : /vision (playername)
explanation: Set infinite night-vision effect. if (playername) is provided, perform this action to the player.
If permission "BVC.vision.all" is used, ability to perform this action on other players.
/warp
permission:
BVC.warp.tp OR BVC.warp.manage
use : /warp [warpname] OR /warp [add/del] [warpname]
explanations:
If permission BVC.warp.tp is used, ability to only teleport the player to the warp.
If permission BVC.warp.manage is used, ability to use "add" or "del" to manage warps, in addition of teleporting the player
<!> use /warp [warpname] in the same world that where is the warp, in other words, the warp command don't support multi-worlds.
/warp [warpname] will teleport player to the warp if it exists.
/warp add [warpname] will create the warp where the player is, according to typed warpname.
/warp del [warpname] will delete the warp according to typed warpname.
If you want to financially support me :
https://www.buymeacoffee.com/DurandTPro
If you have ideas related to BetterVanillaCommands, such a
commands to add,
suggestions or bugs, please send me a message through Spigot or by email :
[email protected]