This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73ab0a5
commit 00345a6
Showing
67 changed files
with
5,574 additions
and
896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,130 +1,209 @@ | ||
main: aliuly\grabbag\Main | ||
api: 1.10.0 | ||
api: [1.10.0,1.11.0,1.12.0] | ||
load: POSTWORLD | ||
|
||
name: GrabBag | ||
description: Collection of miscellaneous commands and listener modules | ||
version: 2.0.1 | ||
version: 2.2.7 | ||
author: aliuly | ||
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/GrabBag | ||
|
||
permissions: | ||
gb.module.repeater: | ||
default: true | ||
description: "Access to repeater module" | ||
gb.cmd.players: | ||
default: true | ||
description: "allow players command" | ||
gb.cmd.ops: | ||
default: true | ||
description: "list server ops" | ||
gb.cmd.sudo: | ||
default: op | ||
description: "Allow to run command as another user" | ||
gb.cmd.gma: | ||
default: op | ||
description: "Allow to switch gamemode to Adventure" | ||
gb.cmd.gms: | ||
default: op | ||
description: "Allow to switch gamemode to survival" | ||
gb.cmd.gmc: | ||
default: op | ||
description: "Allow to switch gamemode to creative" | ||
gb.cmd.slay: | ||
default: op | ||
description: "Allow slaying players" | ||
gb.cmd.heal: | ||
default: op | ||
description: "Allow healing" | ||
gb.cmd.whois: | ||
default: op | ||
description: "Show player details" | ||
gb.cmd.whois.showip: | ||
default: op | ||
description: "Show player IP address" | ||
gb.cmd.timings: | ||
default: op | ||
description: "Show timings data" | ||
gb.cmd.seearmor: | ||
default: op | ||
description: "Show player's armor" | ||
gb.cmd.seeinv: | ||
default: op | ||
description: "Show player's inventory" | ||
gb.cmd.clearinv: | ||
default: op | ||
description: "Clear player's inventory" | ||
gb.cmd.get: | ||
default: op | ||
description: "Get blocks" | ||
gb.cmd.shield: | ||
default: op | ||
description: "Allow players to become invulnerable" | ||
gb.cmd.servicemode: | ||
default: op | ||
description: "Allow access to service mode command" | ||
gb.servicemode.allow: | ||
default: op | ||
description: "Allow login when in service mode." | ||
gb.cmd.opms: | ||
default: true | ||
description: "Allow to send op only messages" | ||
gb.cmd.entities: | ||
default: op | ||
description: "Access entities command" | ||
gb.cmd.mute: | ||
default: op | ||
description: "mute/unmute" | ||
gb.cmd.freeze: | ||
default: op | ||
description: "freeze/thaw users" | ||
gb.cmd.after: | ||
default: op | ||
description: "Schedule commands" | ||
gb.cmd.rpt: | ||
default: true | ||
description: "Report issues" | ||
gb.cmd.rpt.read: | ||
default: op | ||
description: "Read reported issues" | ||
gb.cmd.summon: | ||
default: op | ||
description: "Summon|Dismiss command" | ||
gb.cmd.pushpoptp: | ||
default: op | ||
description: "push/pop teleport" | ||
gb.cmd.prefix: | ||
default: true | ||
description: "Allow the use of /prefix" | ||
gb.cmd.spawn: | ||
default: op | ||
description: "Allow to teleport to spawn" | ||
gb.cmd.burn: | ||
default: op | ||
description: "Allow the use of burn command" | ||
gb.cmd.throw: | ||
default: op | ||
description: "Allow to throw players up in the air" | ||
gb.cmd.blowup: | ||
default: op | ||
description: "Allow to blow-up players" | ||
gb.cmd.setarmor: | ||
default: op | ||
description: "Allow you to set your armor" | ||
gb.cmd.setarmor.others: | ||
default: op | ||
description: "Allow you to set others armor" | ||
gb.cmd.spectator: | ||
default: op | ||
description: "Turn players into spectators" | ||
gb.cmd.follow: | ||
default: op | ||
description: "Let players can follow others" | ||
gb.cmd.followme: | ||
default: op | ||
description: "Make players follow you" | ||
gb.cmd.rcon: | ||
default: op | ||
description: "use RCON client" | ||
gb.cmd.rcon.config: | ||
default: op | ||
description: "Modify the RCON configuration" | ||
gb.module.repeater: | ||
default: true | ||
description: "Access to repeater module" | ||
gb.module.cmdsel: | ||
default: true | ||
description: "Access to command selectors" | ||
gb.cmd.players: | ||
default: true | ||
description: "allow players command" | ||
gb.cmd.ops: | ||
default: true | ||
description: "list server ops" | ||
gb.cmd.sudo: | ||
default: op | ||
description: "Allow to run command as another user" | ||
gb.cmd.gma: | ||
default: op | ||
description: "Allow to switch gamemode to Adventure" | ||
gb.cmd.gms: | ||
default: op | ||
description: "Allow to switch gamemode to survival" | ||
gb.cmd.gmc: | ||
default: op | ||
description: "Allow to switch gamemode to creative" | ||
gb.cmd.gmspc: | ||
default: op | ||
description: "Allow to switch gamemode to spectator" | ||
gb.cmd.slay: | ||
default: op | ||
description: "Allow slaying players" | ||
gb.cmd.heal: | ||
default: op | ||
description: "Allow healing" | ||
gb.cmd.whois: | ||
default: op | ||
description: "Show player details" | ||
gb.cmd.whois.showip: | ||
default: op | ||
description: "Show player IP address" | ||
gb.cmd.timings: | ||
default: op | ||
description: "Show timings data" | ||
gb.cmd.seearmor: | ||
default: op | ||
description: "Show player's armor" | ||
gb.cmd.seeinv: | ||
default: op | ||
description: "Show player's inventory" | ||
gb.cmd.clearinv: | ||
default: true | ||
description: "Clear player's inventory" | ||
gb.cmd.clearinv.others: | ||
default: op | ||
description: "Clear other's inventory" | ||
gb.cmd.clearhotbar: | ||
default: true | ||
description: "Clear player's hotbar" | ||
gb.cmd.clearhotbar.others: | ||
default: op | ||
description: "Clear other's hotbar" | ||
gb.cmd.get: | ||
default: op | ||
description: "Get blocks" | ||
gb.cmd.shield: | ||
default: op | ||
description: "Allow players to become invulnerable" | ||
gb.cmd.servicemode: | ||
default: op | ||
description: "Allow access to service mode command" | ||
gb.servicemode.allow: | ||
default: op | ||
description: "Allow login when in service mode." | ||
gb.cmd.opms: | ||
default: true | ||
description: "Allow to send op only messages" | ||
gb.cmd.entities: | ||
default: op | ||
description: "Access entities command" | ||
gb.cmd.mute: | ||
default: op | ||
description: "mute/unmute" | ||
gb.cmd.freeze: | ||
default: op | ||
description: "freeze/thaw users" | ||
gb.cmd.after: | ||
default: op | ||
description: "Schedule commands" | ||
gb.cmd.rpt: | ||
default: true | ||
description: "Report issues" | ||
gb.cmd.rpt.read: | ||
default: op | ||
description: "Read reported issues" | ||
gb.cmd.summon: | ||
default: op | ||
description: "Summon|Dismiss command" | ||
gb.cmd.pushpoptp: | ||
default: op | ||
description: "push/pop teleport" | ||
gb.cmd.prefix: | ||
default: true | ||
description: "Allow the use of /prefix" | ||
gb.cmd.spawn: | ||
default: true | ||
description: "Allow to teleport to spawn" | ||
gb.cmd.burn: | ||
default: op | ||
description: "Allow the use of burn command" | ||
gb.cmd.throw: | ||
default: op | ||
description: "Allow to throw players up in the air" | ||
gb.cmd.blowup: | ||
default: op | ||
description: "Allow to blow-up players" | ||
gb.cmd.setarmor: | ||
default: op | ||
description: "Allow you to set your armor" | ||
gb.cmd.setarmor.others: | ||
default: op | ||
description: "Allow you to set others armor" | ||
gb.cmd.spectator: | ||
default: op | ||
description: "Turn players into spectators" | ||
gb.cmd.follow: | ||
default: op | ||
description: "Let players can follow others" | ||
gb.cmd.followme: | ||
default: op | ||
description: "Make players follow you" | ||
gb.cmd.rcon: | ||
default: op | ||
description: "use RCON client" | ||
gb.cmd.rcon.config: | ||
default: op | ||
description: "Modify the RCON configuration" | ||
gb.cmd.fly: | ||
default: op | ||
description: "Flight control" | ||
gb.cmd.crash: | ||
default: op | ||
description: "Crash dump management" | ||
gb.cmd.pluginmgr: | ||
default: op | ||
description: Manage plugins | ||
gb.cmd.permmgr: | ||
default: op | ||
description: Change permissions | ||
gb.cmd.regs: | ||
default: op | ||
description: Manage player registrations | ||
gb.cmd.skin: | ||
default: op | ||
description: Manage skins | ||
gb.cmd.skin.other: | ||
default: op | ||
description: Manage other's skins skins | ||
gb.cmd.invisible: | ||
default: op | ||
description: make player invisible | ||
gb.cmd.invisible.inmune: | ||
default: false | ||
description: make player inmune to invisibility tricks | ||
gb.cmd.togglechat: | ||
default: true | ||
description: "lets players opt out from chat" | ||
gb.cmd.togglechat.others: | ||
default: op | ||
description: "lets you toggle chat for others" | ||
gb.cmd.togglechat.excempt: | ||
default: op | ||
description: "chat-off players will always receive chats from these" | ||
gb.cmd.togglechat.global: | ||
default: op | ||
description: "Can toggle chat for the server as a whole" | ||
gb.cmd.clearchat: | ||
default: true | ||
description: "Clear your chat window" | ||
gb.cmd.nick: | ||
default: true | ||
description: "Change display name" | ||
gb.cmd.query: | ||
default: true | ||
description: "Access to query command" | ||
gb.cmd.query.addrm: | ||
default: op | ||
description: "Modify query hosts configuration" | ||
gb.cmd.query.details: | ||
default: true | ||
description: "View query details (ls, info, plugins)" | ||
gb.cmd.query.players: | ||
default: true | ||
description: "Access to query players" | ||
gb.cmd.query.players.showip: | ||
default: true | ||
description: "Show IP/hostname in query players" | ||
gb.cmd.query.list: | ||
default: true | ||
description: "Query list command" |
Oops, something went wrong.