-
Notifications
You must be signed in to change notification settings - Fork 9
Plugin Interop
NeumimTo edited this page May 24, 2022
·
2 revisions
NT-RPG provides hooks into various plugins you may already be familiar with.
- https://www.spigotmc.org/resources/mimic.82515/
- NT-RPG registers Level & Class systems
- https://www.spigotmc.org/resources/denizen.21039/
- denizen script can be used to develop ntrpg skills.
- on request I can add more tags or other features
- https://www.spigotmc.org/resources/luckperms.28140/
- NT-RPG registers additional permission contexts
Context | Permission |
---|---|
check if player has specific class | ntrpg:has-class=<classname> |
- https://www.spigotmc.org/resources/%E2%9C%A8itemsadder%E2%AD%90emotes-mobs-items-armors-hud-gui-emojis-blocks-wings-hats-liquids.73355/
- You can reference custom items (weapons) in various ntrpg configs where item id is required by using format
itemsadder:my_custom_sword
- Configuration https://github.com/Sponge-RPG-dev/NT-RPG/tree/master/resourcepack that adds namespace
ntrpg
into the server resourcepack- contains ui features such as manabar, custom icons and menu ui.
- requires Placeholder API to work properly
- https://www.spigotmc.org/resources/%E2%80%8D%E2%9C%85-25-%E2%98%84%EF%B8%8F-oraxen-add-items-blocks-armors-hats-food-furnitures-plants-and-gui.72448/
- You can reference custom items (weapons) in various ntrpg configs where item id is required by using format
oraxen:my_custom_sword
- Configuration https://github.com/Sponge-RPG-dev/NT-RPG/tree/master/resourcepack that adds namespace
ntrpg
into the server resourcepack- contains ui features such as manabar, custom icons and menu ui.
- requires Placeholder API to work properly
- https://www.spigotmc.org/resources/rpgregions-1-16.74479/
- discovering a new region can give ntrpg class experiences to players (configured via ingame ui)
- https://www.spigotmc.org/resources/%E2%9A%94-mythicmobs-free-version-%E2%96%BAthe-1-custom-mob-creator%E2%97%84.5702/
- MythicMobs skills can be referenced in ntrpg skilltrees
- https://www.spigotmc.org/resources/mmoitems-premium.39267/
- MMOItems abilities can be referenced in ntrpg skilltrees
todo