Huge Update with new features and new support.
ST3 Package Control
Sk-ST3 now can be installed using Sublime Text 3 Package Control Market. Yay!
Steps:
- Install Package Control (if not already) using this link
- Go to
Preferences > Package Control
- Type
install package
- Type
Sk-ST3
- Press
Enter
- Go to
View > Syntax > Sk-ST3
- Go to
Preferences > Color Scheme > Sk-ST3
or you can choose the theme you like instead ofSk-ST3
there isSk-ST3 Bold
etc.
NOTE: It's recommended to install Material Theme because Sk-ST3's Editor background uses Material Main Theme.
Changelog:
- Added
Shooter
- Fixed
loop-(player|number|integer|object)
- Added
(current|top|open) inventory
- Added
(clear|sunny|sun|rainy|raining|rain|thundering|thunderstorm|thunder)
- Added
delete
Effect - Removed
every <timespan> [in world %world%]
event to fix expressions in/of it. - Condition words now supports case insensitive e.g.
IF, ELSE IF, ELSE
etc. - Fixed & Added boundries to some effects such as
add, give, set, make
etc. to fix some other highlighting such asloop-value
that comes after it - Added support for
event-\w+
such asevent-player, event-block
etc. - Added
int, byte, pnum, pinfo, short, long, float, array, pjson, penum, pentity, packet[s]
- Added
receive
(MundoSk Packets effect) - Added
new
(MundoSk Packets keyword & skript-mirror (Java) keyword) - Added
on packet event \w