Skip to content

Releases: EnvyWare/Pixelmon-Skript-Extension

Dialogue Chains

Choose a tag to compare

@danorris709 danorris709 released this 23 Feb 10:24

Fixes dialogue chains being limited to a depth of 2

Full Changelog: 1.0.2...1.0.3

List Compatability

Choose a tag to compare

@danorris709 danorris709 released this 18 Feb 15:55

Fixes lists being broken for Dialogues and Input Dialogues

Full Changelog: 1.0.1...1.0.2

Capture & NPC Interaction

Choose a tag to compare

@danorris709 danorris709 released this 18 Feb 15:35

Changes:

Pokemon Specs now need to be surrounded by quotations marks like so: "shiny"
Choices, for the dialogues, also now need to be surrounded by quotation marks
Fixed the choice parser being overly ambitious and parsing things it shouldn't causing breakages with other things like Skript Reflect

Additions:

Added a successful capture event fired when players successfully capture a Pokemon

on successful capture:
   set {_player} to player
   set {_pokemon} to event-pokemon
   set {_entity} to event-pixelmon
   message "WOW! %{_pokemon}% %{_player}% %{_test}%"

Added an NPC Interact event fired when players interact with any Pixelmon NPC

on npc interact:
   set {_entity} to event-npc
   set {_player} to player
   message "WOW! %{_entity}%"

Full Changelog: 1.0.0...1.0.1

Initial Release

Choose a tag to compare

@danorris709 danorris709 released this 16 Feb 17:28

Adds Pixelmon support for Spigot's Skript

You can find a list of the features in the README on GitHub

Full Changelog: https://github.com/EnvyWare/Pixelmon-Skript-Extension/commits/1.0.0