ItemManager 物品管理員!

Home Home
引用 | 編輯 小神童
2012-08-04 23:38
樓主
推文 x0
插件名稱︰ItemManager
Bukkit Dev︰http://dev.bukkit.org/server-mods/itemmanager/
作者︰UnluckyNinja
授權︰All Rights Reserved

必備插件︰
[如果你想讓大家都當管理員的話就不需要]
各種權限插件選一個
PermissionsEx
Group Manager [ 推薦!]
bPermissions
PermissionsBukkit


指令與權限︰

itemmanager.item.[itemID] - [itemID]中輸入物品編號,他有兩種模式下面會講!
itemmanager.admin - 該玩家可以使用任何物品。


Config.yml 一些細節設定︰
以下是插件預設的,我有翻譯過了。
複製程式
# 當 "mode" 為 'fasle' 時,若玩家擁有的物品的權限。玩家將物品無法使用該物品!
# 當 "mode" 為 'true' 時,玩家只能使用他有權限的物品!
mode: false
language: en


這是一個很實用的插件,可以現在階級玩家能使用的物品。

在「1.3.1-R0.1」也可以使用!




我的相關文章!

伺服器自動安裝!給想架伺服器的新手!
Chairs 椅子插件!
ZavAutoMessager 自動公告插件!
[消失的護甲]你常為了穿了裝備就看不到皮膚煩惱嗎?


獻花 x1
引用 | 編輯 mychat09087
2012-08-06 01:38
1樓
  
有沒有一些教學呢?我不知怎樣用- -

我想樓主看看我以下的判斷有沒有錯?
當我在plugins\itemmanger\config.yml設定

獻花 x0
引用 | 編輯 小神童
2012-08-07 10:33
2樓
  
好吧!那我貼一些範例試試看!

複製程式
# When the "mode" is false,players who have the item permissions will be prevented using those items,
# and the others are allowed.
# When the "mode" is true,players who have the item permissions will be allowed to use those items,
# and the others are prevented.
mode: false
language: en
這是你現在 ItemManager 插件內的 config.yml。
你可以看到,你現在的模式是 'false'。
代表說若玩家擁有的物品的權限。玩家將物品無法使用該物品!

複製程式
groups:
  Player:
    prefix: '&2【玩家】&f'
    default: true
    permissions:
    - itemmanager.item.276
    - itemmanager.item.264
    options:
      rank: '100'
  Prisoners:
    prefix: '&8【犯人】&f'
    default: false
    permissions:
    - itemmanager.item.267
    - itemmanager.item.265
    options:
      rank: '80'
這是你的權限插件的 permissions.yml。
我以 PermissionsEx 作範例。

這些權限會使在' Player '裡的玩家,
將不能使用 276 , 264 這兩項物品。

以及' Prisoners '裡的玩家,
將不能使用 267 , 265 這兩項物品。
----------------------------------------
反之,如果你的 Mode 為' true ' 時
玩家必須有物品的權限才能使用物品。
不然什麼都不能使用!


獻花 x2
引用 | 編輯 mychat09087
2012-08-07 20:20
3樓
  
我是用groupmanager的,那麼我要把itemmanager.item.278放在哪個yml文件內的第幾行?

獻花 x0
引用 | 編輯 小神童
2012-08-08 00:15
4樓
  
最重要的是你必須要有權限插件!
如果沒有使用,
這個插件就無法使用!表情
所以你是必須要在權限插件裡面修改!


必備插件︰
[如果你想讓大家都當管理員的話就不需要]
各種權限插件選一個
PermissionsEx
Group Manager [ 推薦!]
bPermissions
PermissionsBukkit


獻花 x0
引用 | 編輯 小神童
2012-08-09 09:04
5樓
  
複製程式
groups:
  Default:
    default: true
    permissions:
    - essentials.help
    - essentials.help.*
    - -essentials.help.factions
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - essentials.eco
    inheritance: []
    info:
      prefix: '&e'
      build: false
      suffix: ''
  Builder:
    default: false
    permissions:
    - essentials.home
    - essentials.me
    - essentials.msg
    - essentials.sethome
    - essentials.warp
    inheritance:
    - default
    info:
      prefix: '&2'
      build: true
      suffix: ''

這是 Group Manager 插件內 group.yml 的範例。
若我不想讓 Builder 拿起 278 「鑽石稿」。

複製程式
  Builder:
    default: false
    permissions:        就要在這行底下加入權限。
    - essentials.home
    - essentials.me
    - essentials.msg
    - essentials.sethome
    - essentials.warp
    - itemmanager.item.278  ----->我把他加在這。
    inheritance:
    - default
    info:
      prefix: '&2'
      build: true
      suffix: ''
這樣 Builder 內的玩家就不能使用 278 「鑽石稿」了。


Essentials wiki。
http://wiki.ess3.net/
ID List。
http://www.minecraftinfo.com/IDList.htm
Online YAML Parser。
http://yaml-online-parser.appspot.com/


獻花 x0
引用 | 編輯 l73102700
2013-12-25 16:56
6樓
  
ESS貌似有的=.=比这方便

獻花 x0
引用 | 編輯 kenzen
2016-12-04 19:51
7樓
  
這個已經是一般人都要裝得插件了

獻花 x0