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

Plugin AutoMessage - Tin Nhắn Tự Động

Huy Juan

THÀNH VIÊN
Tham gia
12/01/2017
Bài viết
23
Mình xin share 1 plugin khá hữu ích ở một số sever chỉ việc nói dùm chứ mình chả cần ghi :v, mình config sẵn ở dưới :)

:pd2:
Nói tự động (of course)
Nói, quảng cáo website trong sever của admin

:pd4:
Lịt pẹ chưa update được =)

:pd3:
Driver:drive.google.com

:pd8:

# ----------------------------------------------------
# AutoMessage Configuration File
# ----------------------------------------------------
# Message Configuration:
# Messages are handled in lists to allow for advanced customization!
# Feel free to add color codes by using & in your messages!
# To split a message onto multiple lines use the \n delimiter!
# Lines starting with / will be run as a command!
# To add single apostrophes into a message use ''.
# For a complete tutorial go to dev.bukkit.org.
# If you are unfamiliar with YAML use the in-game commands: /am help

settings:
enabled: true
min-players: 0
log-to-console: false
message-lists:
json:
enabled: true
interval: 45
expiry: -1
random: false
messages:
- |-
{
"text": "Hover over me!",
"hoverEvent": {
"action": "show_text",
"value": [
{
"text": "Woah, you just hovered over me!",
"color": "blue"
}
]
}
}
- |-
{
"text": "Click me to run a command!",
"clickEvent": {
"action": "run_command",
"value": "/say Clicked."
}
}
- |-
{
"text": "Click vào đây để ủng hộ mình nhé, ahihi :)",
"clickEvent": {
"action": "open_url",
"value": "unghotoi.com"
}
}
regular:
enabled: true
interval: 45
expiry: -1
random: false
messages:
- '&aThay thế dòng này bằng tin nhắn của bạn :) \nin the default list!'
- '&aThay thế dòng này bằng tin nhắn của bạn :) \nin the default list!'
- '&aThay thế dòng này bằng tin nhắn của bạn :) \nin the default list!'
- These messages will be displayed to users with \nautomessage.receive.regular!
 
Đã giải quyết  Xin spigot
Similar content Most view Xem thêm
Back
Top Bottom