• 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 :).
Jeff - a chat assistant

Plugin Việt Nam Jeff - a chat assistant 1.1 - lul

No permission to download
Hỗ trợ phiên bản
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
  6. 1.12
  7. 1.13
Người đóng góp
Acayrᴉn
XNtKWcM.png

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 :pogchamp:
- 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 :v (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ở)

InventoryGUI API
Plugin Việt Nam  InventoryGUI API  2.0
Plugin Việt Nam  AuthMeLoginSign  A.1.1
Tác giả
acayr1n
Downloads
10
Lượt xem
1,068
First release
Last update

Ratings

4.20 star(s) 5 ratings

More resources from acayr1n

Share this resource

Latest updates

  1. Fixed

    Fixed download + vài lỗi
  2. New features

    Chức năng mới - Thêm vào chức năng ngẫu nhiên message - Chạy lệnh (theo người chơi / console*)...

Latest reviews

jeff la ai ?
Lỗi nhiều vl, đúng là plugin đạo nhái
acayr1n
acayr1n
nếu lỗi, đạo, nhái, thì xin bạn đừng có xài nữa, ko xài thì để người khác xài
@ThanhDaoPic djt me may xoa ngay
plugin này đã được làm rồi!
acayr1n
acayr1n
where? thì sao bạn, có bao nhiều người cũng làm vậy thôi :thinking:, đâu phải cái plugin này cái duy nhất đâu :thinking:, ko phiền thì bạn có thể xóa cái "bình luận" thiếu suy nghĩ được ko :thinking:
My name is NOOB !
co cai ma doc ko bn
acayr1n
acayr1n
:^) no
Similar content Most view Xem thêm
Back
Top Bottom