• 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 :).
Ken

Premium Plugins ShowItem - Cho xem vật phẩm

  • Thread starter Thread starter Ken
  • Ngày gửi Ngày gửi
Trạng thái
Không mở trả lời sau này.

Ken

THÀNH VIÊN
Tham gia
05/07/2016
Bài viết
4,225
e507158b9fbb3e8bd1a7adc98766f417e8b5f4d5

Plugin này có giá 4.99$ trên Spigot
Plugin có chức năng đưa thông tin Item bạn muốn lên khung chat, và mọi người có thể xem
Dưới đây là hình ảnh​
showitem-4-png.144797

2015-07-28_02-30-06-png.54525

2015-07-28_02-38-13-png.54527

Commands
/showitem (Alias: /si, /show)
Shows the item in your hand to every player around you. The radius can be set in the config.
Permission: showitem.command (Default: true)
/showitem <playername>

Shows the item in your hand to a specific player.
Permission: showitem.command.player (Default: true)
/showitem -radius <radius>

Shows the item in your hand to every player in the given radius.
Permission: showitem.command.radius (Default: true)
/showitem -world

Shows the item in your hand to every player in your current world.
Permission: showitem.command.world (Default: op)
/showitem -all

Shows the item in your hand to every online player.
Permission: showitem.command.all (Default: op)
/showitem -reload

Reloads the configs of the plugin
Permission: showitem.command.reload (Default: op)
/showitem -debug

Shows a debug message with the info of the item you hold in chat and in the console logs.
Permission: showitem.command.debug (Default: op)
Configs
Mã:
# If the messages should try finding a text icon for this item from WolfieMarios Resourcepack (http://imgur.com/a/oHvbX)
texticonrp: false
# This option sets wether we should try to use the Bungee chat api when we detect a spigot server
# It does nothing on a normal craftbukkit
usefancymsg: true
# The default radius for the /showitem (/show, /si) command if no -r(adius) parameter is specified
defaultradius: 16
chat:
  variable: "%item%"
  # Which variable we should replace in the chat with the player's current item
  commands:
# A list of commands where we should replace the variable with the item info, use * for all commands
  - "msg"
  - "say"
  - "me"
  - "ch"
# Cooldowns for the radius and the direct show command in seconds.
# 0 to disable cooldowns entirely.
# Exempt permission: showitem.cooldownexempt
cooldowns:
  all: 300
  world: 60
  radius: 10
  direct: 0
# Whether or not we should attempt to send the nickname instead of the username
# This will also include colors/prefixes of the team the player is in!
usenickname: true
lang:
  count: "(%count%x)"
  item:
# The different texts that display the item
# The %icon% variable will only be displayed then texticonrp is set to true
# The %count% variable will be replaced with lang.count if more than 1 item is shown
# The string will be automatically colored but it tries to respect custom codes
    unnamed: "[%icon%%type%]%count%"
    named: "[%icon%%name%]%count%"
# The %type% variable is also usable in the named string for example like this:
#   named: "%icon%%type% &anamed %name%
  all:
    self: "You show the item %item% to everyone!"
    target: "%player% shows everyone the item %item%!"
  world:
    self: "You show the item %item% to everyone in your world!"
    target: "%player% shows the item %item% to everyone in his world!"
  radius:
    self: "You hold up the item %item%!%customradius%"
    custom: "&8(View distance: %radius%&8 blocks)"
    target: "%player% holds up the item %item%!"
  player:
    self: "You show %player% the item %item%"
    target: "%player% shows you the item %item%"
  error:
    noitem: "&cYou don't have an item to show in your hand. :("
    playeroffline: "&cThe player %player%&c is not online"
    noonearound: "&cThere are no players around which could see your item :("
    cooldown: "&cYou have to wait %remaining%&c more seconds before showing another item!"
Xem thêm: www.spigotmc.org
Download: minecraftvn.net
 
Trạng thái
Không mở trả lời sau này.
Similar content Most view Xem thêm
Back
Top Bottom