Skip to content

Instantly share code, notes, and snippets.

/new-plugin.yml Secret

Created September 20, 2011 19:19
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/32dca3e937c1c42a4ed2 to your computer and use it in GitHub Desktop.
Save anonymous/32dca3e937c1c42a4ed2 to your computer and use it in GitHub Desktop.
name: ScrapBukkit
main: com.dinnerbone.bukkit.scrap.ScrapBukkit
version: 1.0.0
website: http://www.bukkit.org
author: The Bukkit Team
description: >
Miscellaneous administrative commands for Bukkit.
This plugin is one of the default plugins shipped with Bukkit.
# commands: snipped
permissions:
scrapbukkit.*:
description: Gives all permissions for Scrapbukkit
default: op
children:
scrapbukkit.remove:
description: Allows the player to remove items from anyones inventory
children:
scrapbukkit.remove.self:
description: Allows the player to remove items from their own inventory
scrapbukkit.remove.other:
description: Allows the player to remove items from other peoples inventory
scrapbukkit.time:
description: Allows the player to view and change the time
children:
scrapbukkit.time.view:
description: Allows the player to view the time
default: true
scrapbukkit.time.change:
description: Allows the player to change the time
scrapbukkit.tp:
description: Allows the player to teleport anyone to anyone else
children:
scrapbukkit.tp.here:
description: Allows the player to teleport other players to themselves
scrapbukkit.tp.self:
description: Allows the player to teleport themselves to another player
scrapbukkit.tp.other:
description: Allows the player to teleport anyone to another player
scrapbukkit.give:
description: Allows the player to give items
children:
scrapbukkit.give.self:
description: Allows the player to give themselves items
scrapbukkit.give.other:
description: Allows the player to give other players items
scrapbukkit.clear:
description: Allows the player to clear inventories
children:
scrapbukkit.clear.self:
description: Allows the player to clear their own inventory
scrapbukkit.clear.other:
description: Allows the player to clear other players inventory
scrapbukkit.some.standard.perm: true
scrapbukkit.some.other.perm: true
scrapbukkit.some.bad.perm: false
name: ScrapBukkit
main: com.dinnerbone.bukkit.scrap.ScrapBukkit
version: 1.0.0
website: http://www.bukkit.org
author: The Bukkit Team
description: >
Miscellaneous administrative commands for Bukkit.
This plugin is one of the default plugins shipped with Bukkit.
# commands: snipped
permissions:
scrapbukkit.remove:
description: Allows the player to remove items from anyones inventory
children:
scrapbukkit.remove.self: true
scrapbukkit.remove.other: true
scrapbukkit.remove.self:
description: Allows the player to remove items from their own inventory
scrapbukkit.remove.other:
description: Allows the player to remove items from other peoples inventory
scrapbukkit.time:
description: Allows the player to view and change the time
children:
scrapbukkit.time.view: true
scrapbukkit.time.change: true
scrapbukkit.time.view:
description: Allows the player to view the time
default: true
scrapbukkit.time.change:
description: Allows the player to change the time
scrapbukkit.tp:
description: Allows the player to teleport anyone to anyone else
children:
scrapbukkit.tp.here: true
scrapbukkit.tp.self: true
scrapbukkit.tp.other: true
scrapbukkit.tp.here:
description: Allows the player to teleport other players to themselvess
scrapbukkit.tp.self:
description: Allows the player to teleport themselves to another player
scrapbukkit.tp.other:
description: Allows the player to teleport anyone to another player
scrapbukkit.give:
children:
scrapbukkit.give.self: true
scrapbukkit.give.other: true
description: Allows the player to give items
scrapbukkit.give.self:
description: Allows the player to give themselves items
scrapbukkit.give.other:
description: Allows the player to give other players items
scrapbukkit.clear:
description: Allows the player to clear inventories
children:
scrapbukkit.clear.self: true
scrapbukkit.clear.other: true
scrapbukkit.clear.self:
description: Allows the player to clear their own inventory
scrapbukkit.clear.other:
description: Allows the player to clear other players inventory
scrapbukkit.*:
description: Gives all permissions for Scrapbukkit
default: op
children:
scrapbukkit.clear: true
scrapbukkit.remove: true
scrapbukkit.time: true
scrapbukkit.tp: true
scrapbukkit.give: true
scrapbukkit.some.standard.perm: true
scrapbukkit.some.other.perm: true
scrapbukkit.some.bad.perm: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment