Skip to content

ToroSamy/TorosamyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency

  • TorosamyCore
  • PlaceholderAPI

Function

  • Can customize a set of instructions and trigger them all at once with other instructions
  • Customize player login and logout server execution commands
  • Customize left and right clicking and walk script blocks

Usage

  1. download TorosamyCore and PlaceholderAPI as a dependency plugin
  2. put the dependencies and this plugin into your plugins folder and start your server
  3. Modify the default configuration file generated and restart your server

Permission

    • Usage: /ts reload
    • Description: reload this plugin
    • Permission: torosamyScript.reload

    • Usage: /ts run group player
    • Description: Execute a custom instruction set for a player
    • Permission: torosamyScript.run

Config

config.yml

join-event:
  enabled: true
  #[console] [allMessage] [message] [player]
  actions: []
quit-event:
  enabled: true
  #[console] [allMessage] [message]
  actions: []

lang.yml

reload-message: "&b[服务器娘]&a插件 &eTorosamyScript &a重载成功喵~"
run-group-success: "&b[服务器娘]&a成功为玩家 &e{player} &a运行了 &e{group} &a指令组"

template custom-script

customName:
  world: world
  x: 10
  y: 10
  z: 10
  actions:
    - "[console] ts run <script> <player>"
    - "[op] fly"

Contact Author

License

GPL-3.0 license

About

A plugin for customizing the events triggered when a user joins the server

Resources

License

Stars

Watchers

Forks

Contributors