Simple Abba managing plugin

lennartVH01 882e230f96 Removed unused import 8 年之前
src 882e230f96 Removed unused import 8 年之前
.gitattributes 6b24a4c562 :lollipop: Added .gitattributes & .gitignore files 9 年之前
.gitignore d9447c3114 Config & project layout 9 年之前
README.md 44368b1db1 Fixed Usage of README 8 年之前
config.yml 7bb990bad9 Turned off debug in default config ;) 9 年之前
lang.yml 88dd98435c bugs bugs bugs 9 年之前
plugin.yml d90c1b332f Refactoring 9 年之前

README.md

AbbaCaving

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]

Commands

Command Description
/abba join Joins an open abba game
/abba leave leaves the current abba game
/abba list Lists all current games
/abba info Displays info about an abba game
/abba create creates a new abba game
/abba remove Removes an Abba game
/abba open Opens a game so people can join
/abba close Closes a game so people can't join
/abba config Configures an abba game

Permissions

Permission Description default
AbbaCaving.basic Allows access to basic commands such as /abba join
AbbaCaving.admin Allows access to admin commands
AbbaCaving.joinFull Allows to join full games OP
AbbaCaving.joinClosed Allows to join closed games OP