- Tested Minecraft Versions:
- 1.12
- Contributors:
- Hexeption (Magma), SkriptLang (Skript)
- Languages Supported:
- all
Requirements:![]()
This script addon adds an extended scripting api for the server software Magma, which combines forge and spigot. See below for syntax and examples.
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
If you have any ideas on what I could implement, let me know.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%"

skMagma 1.0
A Skript extension for Magma