Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Permission "ob.reload" doesn't seem to work #9

Closed
smallpen opened this issue May 17, 2014 · 2 comments
Closed

Permission "ob.reload" doesn't seem to work #9

smallpen opened this issue May 17, 2014 · 2 comments
Labels

Comments

@smallpen
Copy link

permission plugin: PermissionsEx 1.2.4
configuration:

# A list of the ores which will be broadcasted when found.
ores:
    - coal
    - iron
    - gold
    - lapis
    - redstone
    - quartz
    - diamond
    - emerald

# The colors to use to color the ores in the broadcast message.
# See the end of the file for a list of available colors.
colors:
    coal: dark_gray
    iron: gray
    gold: yellow
    lapis: dark_blue
    redstone: red
    quartz: white
    diamond: aqua
    emerald: green

# The message to be broadcasted (you can use the tags {player_name}, {real_player_name}, {count}, {plural}, {ore} and {ore_color})
# You can use colors by using &colorcode
# Note that the {ore} will be replaced by {ore_color}{ore}
# Note also that "player_name" is name of the player has it is set by different plugins, "real_player_name" is the pseudo of the player
# See the end of the file for a list of available color codes
message: "&f[&8礦石&f偵測&6系統&f]  &b玩家 &f{player_name}&r &b幸運發現到 &f&l{count}&r &b處 &l{ore}&r !"
# The text to add when more than one ore is found
# (Will be used by the tag {plural})
plural: s

# The ore translation to use in the message
ore-translations:
    coal: 煤礦
    iron: 鐵礦
    gold: 金礦
    lapis: 青金石礦
    redstone: 紅石礦
    quartz: 地獄石英礦
    diamond: 鑽石礦
    emerald: 綠寶石礦

# Colors and color codes available :
# Use the colors for the ore list and the color codes for the message
#   black : 0           |     dark_blue : 1
#   dark_green : 2      |     dark_aqua : 3
#   dark_red : 4        |     dark_purple : 5
#   gold : 6            |     gray : 7
#   dark_gray : 8       |     blue : 9
#   green : a           |     aqua : b
#   red : c             |     light_purple : d
#   yellow : e          |     white : f
#   magic : k           |     bold : l
#   strikethrough : m   |     underline : n
#   italic : o          |     reset : r

CraftBukkit version : 1.7.9 r0.1
java version : jre 7

@bendem bendem changed the title permission seem don't work for "ob.reload" Permission "ob.reload" doesn't seem to work May 17, 2014
@bendem
Copy link
Owner

bendem commented May 20, 2014

I guess the version is actually 1.21.4?

@bendem bendem closed this as completed in 756bfa8 May 20, 2014
@bendem bendem added the bug label May 20, 2014
@bendem
Copy link
Owner

bendem commented May 20, 2014

Issue should be fixed, can you take a look at the last build before I push it to dbo?
Also, I'll try to look into #8 before (it's exams period tho, so it might take some time)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants