This script addon adds an extended scripting api for the server software Magma, which combines forge and spigot. See below for syntax and examples.
Requirements:
More information about the Skript fork
here.
Syntax
Code (Text):
Expressions
[the] [magma] mod (amount|size) of %player%
%player%'s [magma] mod (amount|size)
[the] [magma] (mods|modlist|mod list) of %player%)
%player%'s [magma] (mods|modlist|mod list)
[the] [magma] server (modlist|mod list)
[the] [magma] server mod (amount|size)
Examples
Code (Text):
command /playerstats [<player>]:
trigger:
send "%arg 1%'s mods: %mod list of arg 1%"
send "%arg 1%'s mod amount: %mod amount of arg 1%"
command /serverstats:
trigger:
send "Server mods: %server mod list%"
send "Server mod amount: %server mod amount%"
If you have any ideas on what I could implement, let me know.