name: SuperSummon version: 0.0.0.1 description: Plugin created for the purpose of convenience or something, I dunno   author: gando # authors: [none, none] #website:   main: com.complexitylabs.gando.supersummon.SuperSummon database: false #depend: [none, none]   commands:   summon:     description: Request all players currently on the server to join you at a specified location.     aliases: [sum]     permission: supersummon.summon     usage: Syntax error! Type / to start a summoning.   summonhere:     description: Requests all players currently on the server to join you at your current location. (Location does not move with you, it is set at the place you execute the command)     aliases: [sumhere]     permission: supersummon.summon.here     usage: |      /       Example: / Come join me! - All players will see has requested for you to join them at their current location with the following message: Come join me! (Type /summonaccept or /suma to accept)   summondelete:     description: Deletes a pre-defined summoning location     aliases: [sumdelete]     permission: supersummon.summondelete     usage: "Syntax error! Usage: / "   summonmod:     description: Modifies a pre-defined summoning location     aliases: [summod]     permission: supersummon.summonmod     usage: "Syntax error! Usage: / "   summonadd:     description: Adds a new summoning location     aliases: [sumadd]     permission: supersummon.summonadd     usage: |       Syntax error! Usage: /       Example: / dropparty We're hosting a drop party right now!       Example explained: This command will create a location named "dropparty" where you're currently standing, and every time you use /summon dropparty, it will request all players on the server to teleport to that location and display to them the message that you defined for this location.   summonaccept:     description: Accepts a summoning request     aliases: [sumaccept, suma]     permission: supersummon.summonaccept     usage: "Syntax error! Usage: /"   summonlist:     description: Lists all available summoning locations     aliases: [sumlist]     permission: supersummon.summonlist     usage: "Syntax error! Usage: /"   summoninfo:     description: Displays information about a given summon id     aliases: [suminfo]     permission: supersummon.summoninfo     usage: "Syntax error! Usage: / "     permissions:   supersummon.*:     description: Gives access to all SuperSummon commands     children:       supersummon.summon: true       supersummon.summon.here: true       supersummon.summondelete: true       supersummon.summonmod: true       supersummon.summonadd: true       supersummon.summonaccept: true       supersummon.summonlist: true       supersummon.summoninfo: true   supersummon.summon:     description: Gives access to /summon     default: false   supersummon.summon.here:     description: Gives access to /summonhere     default: false   supersummon.summondelete:     description: Gives access to /summondelete     default: false   supersummon.summonmod:     description: Gives access to /summonmod     default: false   supersummon.summonadd:     description: Gives access to /summonadd     default: false   supersummon.summonaccept:     description: Gives access to /summonaccept     default: true   supersummon.summonlist:     description: Gives access to /summonlist     default: false   supersummon.summoninfo:     description: Gives access to /summoninfo     default: false