Releases: Sponge-RPG-dev/NT-RPG
Releases · Sponge-RPG-dev/NT-RPG
19.4.2020 Spigot
Fixed some minor bugs
Skilltree now displays propriate icons
Remove several unnecessary validations in class definition files, skilltree, etc
19.4.2020 Sponge
- Fixed some minor bugs
- Skilltree now displays propriate icons
- Remove several unnecessary validations in class definition files, skilltree, etc
18.4.2020 Sponge #2
- Fixed bug in inventory menus
18.4.2020 Sponge
- 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
- 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
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
- #138
- Fixed multiple bugs
- Improved guis
- Some of the libraries are no longer shaded into ntrpg jar and require manual download
Those plugins are
NBTAPI - https://www.spigotmc.org/resources/nbt-api.7939/
EffectLib - https://dev.bukkit.org/projects/effectlib
ProtocolLib - https://www.spigotmc.org/resources/protocollib.1997/
Added support:
-
RPG regions - https://www.spigotmc.org/resources/rpgregions-1-12-1-15.74479/
- Its now possible to gain class experiences by discovering a rpg region.
- cz.neumimto.rpg.spigot.bridges.RpgRegionsClassExpReward
- Class its required to have experience source "RPG_REGIONS"
-
Added several skills and effects
v.2.1.0-202022021244
attempt 8
Spigot-2.1.0-snapshot-4
- Added papi support
- Fixed some inventory bugs
- Fixed bug where character could not deal damage with an item.
2.1.0-snapshot-3
-
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