Simple Abba managing plugin

lennartVH01 05f85ad446 Contraband Scanner 9 роки тому
lang 5fab7f9ce7 Fixed /abba remove bug & added basic /abba info 9 роки тому
src 05f85ad446 Contraband Scanner 9 роки тому
.gitattributes 6b24a4c562 :lollipop: Added .gitattributes & .gitignore files 9 роки тому
.gitignore d9447c3114 Config & project layout 9 роки тому
README.md 122b2ff91c updated readme 9 роки тому
config.yml 05f85ad446 Contraband Scanner 9 роки тому
plugin.yml b386624e10 Moved commands to specialized classes 9 роки тому

README.md

AbbaManager

Simple Abba managing plugin

Usage

In order to play you must first create a game using /abba create [name] The game's spawn will be set where you run the command. Once the game is created, it must be opened for players to join using /abba open [name] The game can be closed using /abba close To join a game, use /abba join [name], this command is enabled for all players by default. To configure the game, use /abba config <name> ... Once the players have joined, use /abba start [name] to start the game To remove a game, use /abba remove [name]

Features

Abba inventory calculator

Planned Features

  • Allow betting on winner of game
  • iConomy/Vault/registry integration

Commands

Command Description permission default
/abba join Joins an open abba game AbbaCaving.join everyone
/abba leave leaves the current abba game AbbaCaving.leave everyone
/abba list Lists all current games AbbaCaving.list everyone
/abba info Displays info about an abba game AbbaCaving.info everyone
/abba calc calculates current value of inventory AbbaCaving.calc everyone
/abba create creates a new abba game AbbaCaving.create OP
/abba remove Removes an Abba game AbbaCaving.remove OP
/abba open Opens a game so people can join AbbaCaving.open OP
/abba close Closes a game so people can't join AbbaCaving.close OP
/abba config Configures an abba game AbbaCaving.config OP

Permissions

Permission Description default
AbbaCaving.join /abba join all
AbbaCaving.leave /abba leave all
AbbaCaving.info /abba info all
AbbaCaving.list /abba list all
AbbaCaving.calc /abba calc all
AbbaCaving.joinFull Allows to join full games OP
AbbaCaving.joinClosed Allows to join closed games OP
AbbaCaving.create /abba create OP
AbbaCaving.remove /abba remove OP
AbbaCaving.open /abba open OP
AbbaCaving.close /abba close OP
AbbaCaving.tp /abba tp OP
AbbaCaving.start /abba start OP
AbbaCaving.reload /abba reload OP
AbbaCaving.config /abba config OP
AbbaCaving.registerChest Allows to register chests for an abba game