0.6.8 Oct 26, 2023
Update 0.6.8 | Updated libraries / Restored support for all minecraft versions
UPDATE v0.6.8
Updated libraries / Restored support for all minecraft versions


Halloween is near and so please enjoy this little library update!


Changelogs:

  1. [~] Updated XSeries library to fix important bug regarding loading skins. Thanks to @CryptoMorin for the update!


Config changes
None

If you are in need of support, please visit my Discord :)

0.6.7 Oct 8, 2023
Update 0.6.7 | Support for Minecraft 1.20.2
UPDATE v0.6.7
Support for Minecraft 1.20.2


Halloween is near and so is TrickOrTreat back with an update to support the newest version of minecraft!


Changelogs:

  1. [+] Added support for Minecraft 1.20.2
  2. [~] Updated some internal libraries (XSeries)


Config changes
None

If you are in need of support, please visit my Discord :)

0.6.6 Sep 19, 2023
Update 0.6.6 | Support for Minecraft 1.20.x
UPDATE v0.6.5
Support for Minecraft 1.20.x


Halloween is near and so is TrickOrTreat back with an update to support the newest version of minecraft!


Changelogs:

  1. [+] Added support for Minecraft 1.20.x
  2. [+] Updated all libraries such as NBTAPI


Config changes
None

If you are in need of support, please visit my Discord :)

0.6.5 Oct 29, 2022
Update 0.6.5 | QoL changes
UPDATE v0.6.5
QoL improvements

Setup Item "Sneak + Right Click" meachnic has been removed!!!


Changelogs:

  1. [~] Removed the "Sneak + Right Click" mechanic and replaced it by simply dropping the setup item!
  2. [~] Improved the setup not finished message.
  3. [-] Fixed PacketSend exception.


Config changes
None

If you are in need of support, please visit my Discord :)

0.6.4 Oct 1, 2022
Update 0.6.4 | TrickOrTreat is back!
UPDATE v0.6.4
TrickOrTreat is back!
!!CLEAN INSTALL REQUIRED!!


Changelogs:

  1. [+] You can now force players to finish a task first before they knock on new doors.
  2. [+] Compiled against Java 16
  3. [+] Ingredient tasks now have a search amount. That means your players now have to search a specific amount of the ingredient to finish the task.
  4. [+] Added progressbar to the task (in the game menu)
  5. [+] Added compass for the /tot join menu that leads you to the door you have to deliver your ingredient to.
  6. [+] You can now force your players to change their costume each time they knock on a door. This prevents them to farm sweets at 75%.
  7. [+] You can now setup a respawn time for the ingredients. That means, if a player breaks the ingredient block it takes some time for it to respawn.
  8. [~] The costume heads no longer support normal minecraft names as skins. You now have to use the custom Base64 skin codes from https://minecraft-heads.com/
  9. [+] You can now specify a custom head as the game item (the default game item is now a trickortreat bag)
  10. [+] Added "Deliver Ingredient" animation
  11. [+] The tasks now get properly displayed in the game menu
  12. [+] The plugin now has the newest version of NBTAPI and XSeries


Config changes
This version of TrickOrTreat is NOT compatible with any older version. If you want to use TrickOrTreat v.0.6.4 you HAVE TO delete your TrickOrTreat folder first!

If you are in need of support, please visit my Discord :)

0.6.3 Oct 30, 2021
Update 0.6.3 | Spooky MySQL update!
UPDATE v0.6.2
Spooky MySQL update!

Optional config.yml update

Changelogs:

[+] The MySQL classes have been recoded. You are now able to use a custom mysql connection string and ssl. The mysql connection should also be more stable now.
[+] You now wont get any tools on /tot join when you have ingredients disabled.

Config changes
Please add followin lines into your config.yml:

Storage:

# Whether you want to use the encrypted secure socket layer or not
    ssl: false

#
    # !EXPERT OPTION!
    #
    # Here, you have the chance to use a custom mysql connection string.
    # Writing something into here will directly disable the options above,
    # except of username and password. So please handle with care and only write
    # something into here if you know what you are doing!!!
    connection_string: ""


If you are in need of support, please visit my Discord :)

0.6.2 Oct 22, 2021
Update 0.6.2 | Drop Item Animation
UPDATE v0.6.2
Its getting sweet!

!!You need to update your config.yml!!

Changelogs:

[+] Added a cool drop item animation once you are knocking on a door.
[-] Fixed issues with the plugin not disabling correctly if Citizens is not installed.

Config changes
Please add following lines into your config.yml:

GameSettings:

# Rewards settings
# more reward settings can be found under the "Reward" section
rewards:
# If set to true, the NPC will throw items in your direction. This is just a visual effect.
# The items will despawn after a few seconds and you can't pick them up.
throw_items: true

If you are in need of support, please visit my Discord :)

0.6.1 Sep 26, 2021