Skip to content

Releases: Sponge-RPG-dev/NT-RPG

19.4.2020 Spigot

19 Apr 19:50
Compare
Choose a tag to compare

Fixed some minor bugs
Skilltree now displays propriate icons
Remove several unnecessary validations in class definition files, skilltree, etc

19.4.2020 Sponge

19 Apr 12:22
Compare
Choose a tag to compare
  • Fixed some minor bugs
  • Skilltree now displays propriate icons
  • Remove several unnecessary validations in class definition files, skilltree, etc

18.4.2020 Sponge #2

18 Apr 21:30
Compare
Choose a tag to compare
  • Fixed bug in inventory menus

18.4.2020 Sponge

18 Apr 19:47
Compare
Choose a tag to compare
  • Improved peformacnce of inventory menus, they are now cached
  • Fixed various minor bugs
  • added new type of skill - command, which executes a command when casted
  • These types of skill are defined in each skilltree
{
        SkillId: "uniqueid"
        ModelId: XX
        Icon: XX
        MinPlayerLevel: 1
        MaxSkillLevel: 1
        LevelGap: 0
        SkillTreeId: 3
        Name: "My skill"
        Type: "command"
        Command: "an actual command, you can reference player name via {{player}}"
        ExecuteAsConsole: true/false #optional, false if not specified
}

13.04.2020 Spigot release

13 Apr 20:55
Compare
Choose a tag to compare
  • Added new skill type CommandSkill - an active skill which executes a command after casting.
  • Usage within skilltree configure Type:"command"
{
        SkillId: "uniqueid"
        ModelId: XX
        Icon: XX
        MinPlayerLevel: 1
        MaxSkillLevel: 1
        LevelGap: 0
        SkillTreeId: 3
        Name: "My skill"
        Type: "command"
        Command: "an actual command, you can reference player name via {{player}}"
        ExecuteAsConsole: true/false #optional, false if not specified
}
  • All of the ingame guis now have ModelData tags an example resource pack: https://github.com/Sponge-RPG-dev/resourcepack
  • fixed a bug which caused player to be unable to cast previously learned spells.
  • fixed more bugs which i randomly stumbled upon

6.4.2020-Sponge & Spigot release

06 Apr 19:32
Compare
Choose a tag to compare

Sponge:

  • Fixed various bugs
  • Fixed guis (i bet there are still some bugs around)
  • Improved Guis
  • Plugin no longer throws an exception when you damage an entity
  • improved localizations support
  • Plugin no longer needs NT-Core
    Spigot:
  • Fixed bugs
  • Added Holograms support - When a player casts spell & Holograms plugin is installed then a hologram with skill name is spawned near caster.

Spigot-2.1.0-snapshot-4

04 Apr 20:01
Compare
Choose a tag to compare

Added support:

v.2.1.0-202022021244

22 Feb 12:10
Compare
Choose a tag to compare

Spigot-2.1.0-snapshot-4

26 Jan 16:10
Compare
Choose a tag to compare
  • Added papi support
  • Fixed some inventory bugs
  • Fixed bug where character could not deal damage with an item.

2.1.0-snapshot-3

23 Jan 22:16
Compare
Choose a tag to compare
  • Spigot: fixed minor bugs

    • Added inventory menus for attributes
    • Added inventory menus for classes
    • Added inventory menus for skill trees
    • fixed some bugs in inventory api, this is still not finished.
  • Sponge: fixed minor bugs