• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
Senkuu

Premium Plugins InventoryPages - Tăng ô túi đồ

Senkuu

DEVELOPER
THÀNH VIÊN
Tham gia
17/09/2016
Bài viết
1,754
Plugin có giá 5,99 USD trên SpigotMC, ai có điều kiện thì mua ủng hộ tác giả.
Phiên bản: 1.8 - 1.11
Chức năng: Làm cho túi đồ có các trang như sách => Tăng diện tích. (Max 100 Pages).
dNFT9BC.png


cSjY8Mh.png

  • /clear - remove all items from your current page and hotbar.
    • Aliases: /clearinventory, /clearinvent, /ci, /clean
    • Note: Aliases can be changed in the config.
  • /clear all - remove all items from all pages and hotbar.
    • Aliases: /clearinventory all, /clearinvent all, /ci all, /clean all
    • Note: Aliases can be changed in the config.
InventoryPages has the following permissions:


    • inventorypages.pages.[number] - add pages to your inventory.
      • You can use any number between 2 and 100
      • Ex. inventorypages.pages.5 will give you 5 pages.
    • inventorypages.clear - allows you to use /clear to clear your inventory.
    • inventorypages.drop.one - only drop your current page and hotbar on death.
    • inventorypages.drop.none - do not drop any items on death.

Mã:
# Configuration file for InventoryPages
# Created by KevinNovak

# ============================================
# Metrics
# ============================================
# Whether or not to collect data on plugin usage
# Viewable at http://mcstats.org/plugin/InventoryPages/
metrics: true

# ============================================
# Items
# ============================================
# ID
#   Any item ID
#   See http://minecraft-ids.grahamedgecombe.com/ for item IDs
#
# variation
#   The item variation
#   Typically this occurs after the colon symbol ":"
#     Ex. Diorite is "1:3" so the ID is 1, and the variation is 3
#   Set as 0 if there is no variation
#     Ex. Cobblestone is "4" so the ID is 4, and the variation is 0
#
# position
#   Inventory positions:
#   ----------------------------------------------
#   |  0 |  1 |  2 |  3 |  4 |  5 |  6 |  7 |  8 |
#   ----------------------------------------------
#   |  9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
#   ----------------------------------------------
#   | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
#   ----------------------------------------------
#   Hotbar: (Not usable)
#   ----------------------------------------------
#   |    |    |    |    |    |    |    |    |    |
#   ----------------------------------------------
#
# name
#   The item name
#   Color codes are supported
#     See http://minecraft.gamepedia.com/Formatting_codes for color codes
#     Use the ampersand symbol "&" before the color code number
#       Ex. "&6" would be gold.
#
# lore
#   Item lore
#   Color codes also apply here
#   Place the variable "{CURRENT}" where you would like the current inventory page number
#   Place the variable "{MAX}" where you would like the max inventory page number

items:
   # The previous page button item
    prev:
        ID: 160
        variation: 9
        position: 18
        name: '&6Prev Page'
        lore:
       - '&3Page {CURRENT}/{MAX}'

    # The next page button item
    next:
        ID: 160
        variation: 9
        position: 26
        name: '&6Next Page'
        lore:
       - '&3Page {CURRENT}/{MAX}'

    # The no page button item
    noPage:
        ID: 160
        variation: 7
        name: '&6No Pages'
        lore:
       - '&3Page {CURRENT}/{MAX}'

# ============================================
# Commands
# ============================================
commands:
   # Clears the current page and hotbar
    #   Add "all" after a clear command to clear all pages and hotbar
    clear:
       # Will override any existing commands with same name
        aliases:
       - 'clear'
        - 'clearinventory'
        - 'clearinvent'
        - 'ci'
        - 'clean'

# ============================================
# Saving
# ============================================
saving:
   # Recommended to keep enabled
    #   If disabled, inventories are only saved when players leave the server
    enabled: true
    # How often should inventories be saved to files, in seconds
    interval: 900

# ============================================
# Logging
# ============================================
logging:
    saves:
       # Show in the console when inventories are saved
        enabled: true
        # Message to be shown in the console
        message: 'All inventories have been saved.'

# ============================================
# Language
# ============================================
# Color codes are supported
#   See http://minecraft.gamepedia.com/Formatting_codes for color codes
#   Use the ampersand symbol "&" before the color code number
#     Ex. "&6" would be gold.
language:
    noPermission: '&4You do not have access to that command.'
    clear: '&6Cleared inventory items from hotbar and current page.'
    clearAll: '&6Cleared inventory items from hotbar and all pages.'
    itemsMerged: '&7Items have been moved to your inventory pages.'
    itemsDropped: '&cYour inventory is full, some items have been dropped.'
Xem thêm: www.spigotmc.org
Link tải: http://www.mediafire.com/file/i74dsie6mv953eo/InventoryPages.jar
 
Sửa lần cuối:
Thank u share <3. 1 like <3
*****Nội dung được bổ sung thêm*****
Cái này muốn chết không rớt đồ thì sao ? ~~
 
U
Thank u share <3. 1 like <3
*****Nội dung được bổ sung thêm*****
Cái này muốn chết không rớt đồ thì sao ? ~~
cho perm này inventorypages.drop.none
 
Giờ Chỉ Nek
Lần Đầu:
Để Vật Phẩm Lên Trên Trang 1
Lần Hai:
Thoát Ra Zo Lại /login
Lần Ba:
Lấy Vật Phẩm Đó Xuống Cái Minh Cầm Lên
Lần Tư:
Ghi /home E mở kho đồ lên là thấy
 
Similar content Most view Xem thêm
Back
Top Bottom