/ga socialspy [player] - turn on gang chat social spy for specified player (or yourself if no name is given) (gangsplus.gangadmin.socialspy)
All command permissions have been listed above, however there are a few additional permissions:
gangsplus.gangadmin - required for all admin commands
gangsplus.fightcommands - required to use banned commands during gang fight (useful for moderators/admins etc)
gangsplus.checkbalance - required to see other gang's bank account balance (when showGangBalanceToOthers set to false)
You can simply use gangsplus.gang.*, gangsplus.fight.* and gangsplus.gangchat to give access to all non-admin commands.
Additionally players have access to different features based on their in-gang rank.
All of them are configurable since 2.0.0 version (see "ranks -> requiredRanks" section in config.yml), this table just an example.
Full version: 1. Choose a place where you want to create a new arena.
2. Create it using /gadmin arena create <arena id> (eg.
/gadmin arena create example).
3. Now you have to set all four locatons - two opposite corners (which will be the boundaries of the arena) and two spawns (each for one gang participating in the fight). We'll be using the
/gadmin arena setlocation <arena id> <location> command.
4. Set the first corner:
/gadmin arena setlocation <arena id> corner1 (eg.
/gadmin arena setlocation example corner1).
5. Set the second corner:
/gadmin arena setlocation <arena id> corner2 (eg.
/gadmin arena setlocation example corner2).
6. Set the first spawn:
/gadmin arena setlocation <arena id> spawn1 (eg. /
gadmin arena setlocation example spawn1).
7. Set the second spawn:
/gadmin arena setlocation <arena id> spawn2 (eg.
/gadmin arena setlocation example spawn2).
8. (optional) Set the arena name - you will be using the arena id only for admin commands, the arena's name will be displayed to players instead. You can change it using the
/gadmin arena setname <arena id> <name> command (eg.
/gadmin arena setname example ExampleArena).
9. Important - save the arena. You ALWAYS have to save any changes made to the arena (either location or name changes) using a separate command, otherwise it won't be saved in the database and all changes will be gone after you restart the server.
Save the arena using the
/gadmin arena save <arena id> command (eg.
/gadmin arena save example)
10. Done - arena is added and ready to use!
11. You can list all the arenas with their current state (not configured/empty/waiting/in progress) using the
/gadmin arena list command.
12. You can remove an arena usng the
/gadmin arena delete <arena id> command (eg.
/gadmin arena delete example).