- Hỗ trợ phiên bản
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- Người đóng góp
- Acayrᴉn
A Siri like plugin
(this does not do anything with Apple)
nguồn - simsimi - website - source
Plugin đơn giản
Người chơi kêu gì thì sẽ tự động trả lời cho

- Hỗ trợ PlaceholderAPI

- Check thử có khớp nhiều từ (cụm từ) như trong config, khớp thì reply, ko thì bỏ qua (theo Simsimi thì khớp nguyên văn câu)
- thay thế cho plugin Simsimi cũ của @ConBòTVs
(nghé nói có lỗi)- version 1.13 thì ko hỗ trợ PlaceholderAPI, vì #clip chưa cập nhật
- version 1.7 chưa tét nhưng sẽ hoạt động
- Chạy lệnh (console / người chơi)
- Ngẫu nhiên mesage
Mã:
##-------- JEFF BOT --------##
# Copyright: Acayrin
#
# It is best to check for phrases instead of words, which may resulting replying different messages not in config
# For short: search for 'do stuffs' instead of 'do'
# (If you set multiple equals to amount of CHECK, you may leave CHECK as a word 'do')
#
# Variable(s):
# $player - the player display name (if can't find one, the player who send message will be used instead)
# (optional) - you may remove this for default values
# The Jeff's prefix, the text infront of every replies
# Leave 'null' to ignore
Prefix: "&eJeff &7> "
# Check if contains this word (to avoid randomly Jeff's replies)
# Leave 'null' to ignore
Checkfor: "Jeff"
# Check & reply list
# Format:
#
# <my check name>: (must be unique)
# CHECK:
# - <my check string>
# RETURN:
# - <my reply message>
# COMMAND: (optional)
# - <command to run>
# MULTIPLE: <number> (optional)
# RANDOM: <boolean> (optional)
#
# (the MULTIPLE is used for checking multiple matches before sending replies)
# (MULTIPLE = 1 is the same as MULTIPLE = 0)
# (the COMMAND is used for sending commands as player message matches config)
# (the RANDOM is checked, wheter true will randomly select 1 from RETURN and send it to player)
# (color codes are allowed '&', as well as PlaceholderAPI placeholders)
REPS:
# Check for random stuffs (test)
# MULTIPLE of 0, will be ignore, matching any case of CHECK will send replies
Random:
CHECK:
- "tell story"
- "random text"
RETURN:
- "Let me tell you something"
- "A story about me"
- "And that is..."
- " "
- " "
- " "
- "My name is Jeff"
MULTIPLE: 0
# Check for random stuffs (test)
# MULTIPLE is not added, value 1 will be default
Random2:
CHECK:
- "story time"
- "random stuff"
RETURN:
- "Let me tell you something"
- "My name is Jeff"
# Check for plugin (test)
# Check for MULTIPLE of 2
# Additionally use PlaceholderAPI (require PlaceholderAPI)
Player:
CHECK:
- "what is"
- "my name"
- "name"
RETURN:
- "Your name is %player_name%"
MULTIPLE: 2
# Check for plugin (test)
# Check for MULTIPLE of 4
Plugin:
CHECK:
- "what"
- "is"
- "this"
- "plugin"
RETURN:
- "This plugin was coded by Acayrin"
MULTIPLE: 4
# Check for player via Vault (test)
# (Vault plugin required)
# $player: the player name
GetVault:
CHECK:
- "what is"
- "get"
- "rank"
- "vault"
RETURN:
- "Player $player rank is %vault_rank%"
MULTIPLE: 2
# Check for player requesting a command (test)
# Note that player needs to have permission(s) to run the command(s)
ReqSay:
CHECK:
- "run"
- "command"
- "easy say"
RETURN:
- "You have requested to run command /say hi"
COMMAND:
- "say hi"
MULTIPLE: 3
# Check for player requesting multiple commands (test)
# Note that player needs to have permission(s) to run the command(s)
ReqSay2:
CHECK:
- "run"
- "command"
- "more say"
RETURN:
- "You have requested to run more command /say"
COMMAND:
- "say hi"
- "say hello"
- "say chaos"
MULTIPLE: 3
# Check for player requesting a command (test)
# and make Console run the command
# To force console run a command, add in 'CONSOLE;' in front of each command
# (This is very unsafe since the player is making the CONSOLE to run a command)
ReqSay3:
CHECK:
- "run console"
- "command"
- "say"
RETURN:
- "You have requested the console to run command /say"
COMMAND:
- "CONSOLE;say This message was sent by the Console"
MULTIPLE: 3
# Sending random message (test)
# Add in 'RANDOM: true' to randomly select a message from RETURN and send it to player
Randomize:
CHECK:
- "say"
- "random stuff"
- "weird"
RETURN:
- "This is a random message"
- "Yet another random message"
- "My name is Jeff"
- "OOF"
MULTIPLE: 2
RANDOM: true
(video quality hơi dở)
