Velocity-Skript
作者:rebot | 分类:模组
Minecraft 版本: 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
平台: velocity
标签: library management optimization
Velocity-Skript
Having bugs on new Velocity Version will be fixed next update
A Velocity Plugin where you can create your own commands like the bukkit plugin Skript!

Test.vsk (every skript file need to end with .vsk to work)
# Welcome message on player join
on join:
send "Welcome, %player%! Enjoy your stay on %players-server%!" to player
# Commands
command /greet:
trigger:
send "Hello, %player%! Welcome to the server!" to player
# Broadcast to the everybody
command /broadcast:
trigger:
broadcast "Attention everyone!"
command /connectlobby:
trigger:
connect player to "Lobby-1"
Available Placeholders
%player%
Description: This placeholder is replaced with the username of the player who triggered the command or event.
Example Usage: send "Hello, %player%!" to player
Example Output: Hello, DieSuperKatze!
%players-server%
Description: This placeholder is replaced with the name of the server that the player is currently connected to.
Example Usage: send "You are currently on %players-server%." to player
Example Output: You are currently on Lobby-1.
%loop-player%
Description: This placeholder is used within a loop of all players. It is replaced with the username of the player being processed in the current iteration of the loop.
Example Usage: send "Hello, %loop-player%!" to loop-player
Example Output: Hello, Player1! (and so on for each player in the loop)
Todo:
- Adding events for setting Server Motds
- Adding multiple arguments in one command
- Fix issues with the every event
? Community & Support
Join my Discord server for support, questions, or just to hang out!
请登录后举报
暂无评论,抢个沙发吧~