Skip to content

Releases: Sponge-RPG-dev/NT-RPG

13.2.2022 - 1.18.x

13 Feb 22:58
Compare
Choose a tag to compare
  • Updated integration for mmoitems - 6.7 - SNAPSHOT & MythicLib - 1.3-SNAPSHOT

13.2.2022 - 1.18.x

12 Feb 23:15
Compare
Choose a tag to compare
  • Updated to 1.18
  • Implemented mimic
  • partial implementation of scripting skills with denizen script

28.11.2021 - Spigot 1.17.1

28 Nov 19:59
Compare
Choose a tag to compare
  • Bugfixes

  • Improved permissions

  • Skills and Effects can now be scripted with NTScript language

    • NTScript is a new language i made that compiles to jvm bytecode
  • Added new skills and effects

4.7.2021 - Spigot 1.17

04 Jul 20:30
Compare
Choose a tag to compare
  • Java 16 is now mandatory

  • NBTApi & Effectlib are now shaded into the plugin jar. Its no longer needed to install them manually

    • You still need to install ProtocolLib
  • Nashorn support has been removed, it will be replaced with graal in future releases

  • All gui layouts, with exception of skilltrees, may now be changed in configurations

  • Fixed default configurations

  • Changed /nadmin install command

    • /nadmin install CLASSES
    • /nadmin install GUIS
    • /nadmin install LOCALIZATIONS
    • Each command copies configurations outside of the jar into ntrpg config folder for editing.
    • Usually you DO want to install CLASSES. The default ones are merely simple showcase examples
    • By installing these resources to config folder you opt out from updates between versions.
  • Allowed weapon/armor types per class now can also rely on permission system.

    • "minecraft:wooden_sword;model=2;permission=some.node.xxx"
    • means that player also needs some.node.xxx permission in order to be able to equip the item.
  • Several bugfixes & internal improvements

26.06.2021 - Spigot

26 Jun 07:12
Compare
Choose a tag to compare
  • Added permission skill
  • Support for Manabar that is made from custom font icons provided via resourcepack
  • Fixed example/default skilltrees
  • some bugfixes

04.04.2021 - Spigot

04 Apr 13:10
Compare
Choose a tag to compare
  • Updated integration for RPG Regions 2
  • Updated integration for MMOItems

18.3.2021 - Spigot

18 Mar 19:37
Compare
Choose a tag to compare
1832021Spigot

command to execute skills as another player

Sponge & Spigot

30 May 11:35
Compare
Choose a tag to compare

Common:

  • Re-Implemented class graph validations

Sponge:

  • Fixed a bug, that caused players to be able to take items out of some inventories

16.5.2020 Sponge & Spigot

16 May 14:29
Compare
Choose a tag to compare

Spigot:

  • Fixed NPE after login, when the server was not running mmo items

Sponge:

  • Fixed bug that caused placeholders api to be mandatory dependency

Common:

  • JS scripts are now from subfolders recursively, within ntrpg/scripts/

15.5.2020 Sponge & Spigot

15 May 21:30
Compare
Choose a tag to compare
  • Sponge:
    • Dont throw exception when player attacks another player
    • Polished some UIs

Bugfixes:

  • Fixed a bug that caused player to be unable to learn new skill
  • when nadmin reload is executed on all running effects is called onRemove

Features:
#142
For every skill you can now define additional setting nodes

gain_mana[_levelbonus]
gain_hp[_levelbonus]
gain_exp[_levelbonus] - gives vanilla experiences upon

These are applied only after successful skill execution