Releases: ShaneBeee/SkBriggy
Small Update [1.4.3]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21.4
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
entitytype
arg is now a Bukkit EntityType rather than Skript's EntityData- Added an
entitydata
arg for Skript's EntityData - Fixed
brig-arg
to work in the command tree section - Added a supplier for Skript's ClassInfo (Allowing to return
all brig args
) - Updated CommandAPI to support MC 1.21.4
Small Changes [1.4.2]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21.3
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
ADDED:
- Added
event-sender/player
to brig command suggest event - Added local variables and brig-args to suggestion section of a command tree
- Added support for Minecraft 1.21.2 and 1.21.3
CHANGED:
- Register brig arg ClassInfo after Skript's ClassInfo type (to prevent clashing)
FIXED:
- Fixed a small issue with a local vars being applied to the wrong event
Small Update [1.4.1]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21.1
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
ADDED:
- Added support for Minecraft 1.21.1
Command Tree Release [1.4.0]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
ADDED:
- Added command trees (See Wiki for examples)
Small Changes [1.3.3]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Changed how info is grabbed from the command to provide event-world and sender from Minecraft's
/execute in/as
command - Updated CommandAPI (apparently fixes some issues on Paper 1.21)
ADDED:
- Added
event-world
- Added namespaces for commands (ex:
brig command /coolserver:partytime:
)
Small Update [1.3.2]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.16.5 to 1.21
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Added support for Minecraft 1.21
- Support for Minecraft 1.16.4 and below has been dropped (this is due to CommandAPI)
Small Fix [1.3.1]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.15.x to 1.20.6
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Update CommandAPI to support latest builds of Paper 1.20.6
Small Update [1.3.0]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.15.x to 1.20.6
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Updated CommandAPI to support MC 1.20.5/6
- Changed world type to correctly update if a world is loaded/unloaded
ADDED:
- Added support for getting the previously typed args when using argument registration section (you can get them by
brig-arg-number
and local variables) - Predicate:
- Added predicate type
- Added Block and ItemStack predicate argument types
- Added expression to filter Blocks/ItemStacks by predicate
- Added condition to check if Blocks/ItemStacks match predicate
FIXED:
- Fixed the annoying error when reloading a script with an brig command
Small Update [1.2.0]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.15.x to 1.20.4
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Updated CommandAPI to support MC 1.20.2
ADDED:
Small Update [1.1.0]
๐จ IMPORTANT INFO ๐จ
See SkBriggy README for general info about this addon.
See WIKI and DOCS for relevant info
๐ท๐ผโโ๏ธ REQUIREMENTS ๐ง:
- Skript 2.7+
- Java 17+
๐น๏ธ MINECRAFT VERSION SUPPORT ๐ฎ:
- Currently supports Minecraft 1.13 to 1.20.2
๐ซ ERRORS ๐จ๐ผโ๐ป:
- You will get some funny errors once in a while when reloading your script. Do not report these, just restart your server.
- Using Paper's
/reload confirm
will most likely break the plugin (general testing has been like 50/50), restart your server instead.
๐ ๏ธ THIS UPDATE ๐ง๐ผโ๐ณ:
CHANGED:
- Updated CommandAPI to support MC 1.20.2
FIXED:
- Fixed an issue with the particle argument returning an unusable class
ADDED:
- Added expressions to get the data/particle from a ParticleData (the return type of the particle argument)
- See docs for ParticleData - Data Type and ParticleData - Particle
- Added new argument type for Block POS (see Wiki)