Skip to content

Releases: MorkaZ/MorkazSk

First stable release of 1.4

12 Jan 08:14
Compare
Choose a tag to compare

Added many features, some bug fixes and updated to latest minecraft version.
It should work anyway with all versions, even future ones.

First stable release of 1.3

31 May 21:30
Compare
Choose a tag to compare

Fixed most common bugs, including problem with enabling plugin on newest mc server versions.

First beta release of 1.3

16 Apr 07:50
Compare
Choose a tag to compare
Pre-release

Added lots of new features and bugfixes
UPDATE: 24.04.2022 - avoid Skript's getVersion exception.

First stable release of 1.2

30 May 00:52
Compare
Choose a tag to compare

Fixed few marginal bugs
Added lots of new features - everything can be listed on skunity or skripthub

Small bugfix

24 Feb 11:50
Compare
Choose a tag to compare
Small bugfix Pre-release
Pre-release
  • Fixed not existing event-player in on chunk enter event.

Bugfix of optional features loading & new glowing entity effect

20 Feb 20:48
Compare
Choose a tag to compare
  • Fixed bug that was crashing MorkazSk when server did not have any supported plugin installed.
  • Added entity glow with custom color effect (Requires GlowAPI plugin).

MoxData upgrade

01 Feb 22:40
Compare
Choose a tag to compare
  • Some docs and syntaxes changes in Mox Data
  • Added loop posibility in some expressions
  • Added serialization for Mox Data and Mox Pair types

MoxData elements upgrade

01 Feb 00:17
Compare
Choose a tag to compare
Pre-release
  • Added some elements that were missing and were essentially
  • Changed some syntaxes

MoxData implementation & fixed compatibility with paper spigot

29 Jan 09:36
Compare
Choose a tag to compare
  • Added new MoxData elements. MoxData is object type that contains infinite values with keys called pairs in single field. It supports parsing. It can be easy transformed to text an recovered from text. Usefull for databases, common usage and NBT tags. Syntaxes and examples will be in skUnity and SkriptHub docs.
  • Fixed compability problem with paper-spigot where Ansi classes were missing while plugin was being loaded.
  • Fixed some problems with syntaxes.

Please, update your MoxCore (or install it) to use MoxData feature.

First beta release of 1.1. New features.

21 Jan 09:35
Compare
Choose a tag to compare
  • New event "on chunk enter" with dedicated expressions "event-previous-chunk" and "event-actual-chunk"
  • New event "on player jump" (for not-paper builds).
  • Added option to disable some events in config that may affect performance
  • New dedicated expression for "block break event" - "event-block-dropping" which is boolean. Setting it to true or false will cause block not drop items while event will not be canceled. Created to make scripts compatible with other plugins and scripts.

All syntaxes will be in skunity and skripthub docs