ArathosRPG
Home | Attributes | Config
Overview
ArathosRPG is a RPG based plugin to provide many upgrades to your server.
Installation:
- Download and install Vault (1.6 used for development)
- Download ArathosRPG and place it inside your Plugins Folder
Commands & Permission
rpgAdds aused /rpg item load <itemname>rpg.item.loadLoads the defined item to your hand​
| Commands | Permissions | Description |
|---|---|---|
| /rpg item create <materialId> <customName> <lore1> <lore2> <lore3> <lore4> | rpg.item.create | Creates a new item with the specified lore and displayname. Other than material id's you can use material names too. (To use spaces in names or lores you need to use "_" it will be replaced with a space) Colors are supported! |
| /rpg item rename <newName> | rpg.item.rename | Add/Change the name of the item your holding. (To use spaces in names or lores you need to use "_" it will be replaced with a space) Colors are supported! |
| /rpg duplicate <amount> | rpg.item.duplicate | Duplicates the item you are holding. |
| /rpg item save | rpg.item.save | Saves the item your holding to a file, so you can easily edit it later on or save customized item to load it later. As filename the displayname of the item is used |
| /rpg item load <itemname> | rpg.item.load | Loads the defined item to your hand |
| /rpg item lore add | rpg.item.lore.add | Changes the lore of the item ur currently Holding. |
Config
Click here for more informations.
ToDo list
- tell me some ideas
- more Attributes will be added
- floating holograms (self implementation)
Help
- If you have any bugs, please open a ticket and send me the error log (if issue is strange, give the list of your plugins, please),
- If you have any requests, please make a ticket for them too.
-
View User Profile
-
Send Message
Posted May 12, 2014@z65703071
I appreciate :)
-
View User Profile
-
Send Message
Posted May 12, 2014@Mike0so
Thanks :) Just for developing a good plugin!
-
View User Profile
-
Send Message
Posted May 11, 2014@z65703071 On the new version it will be implemented , but currently i have a lot of work to do with my own Server. As soon as i find some time this or next weekend i will upload the new version.
- Food Lore (Mana , Health , increase attackspeed , maxhealth , maxmana for a amount of time)
- Attack Speed fixxed
- +%EXP (heroes support also)
- Only for heroes user ( classteacher plugin)
Thanks for the Suggestion
-
View User Profile
-
Send Message
Posted May 11, 2014Awesome plugin.I have a suggestion. This plugin have a attack speed feature but you know the slow mining effect and fast mining effect? These are the potion effect. It can be make your hand action become more slow or fast. I think you can mix this effect and the attack speed to coordinate the hand action. It should be use multiplier to count what level of effect.
-
View User Profile
-
Send Message
Posted May 9, 2014@Mike0so
I like these two plugins because they have their distinctive feature so I mixed it to use in my server. I hope this plugin is third. :) Expecting!
-
View User Profile
-
Send Message
Posted May 9, 2014I saw Item Attributes before also , and i added the easiest attributes first of all because im busy with my own Server. So i think item attributes had the easiest also. Im currently working on the food stuff first of all , so player can use custom potions with lore , and also gain health or mana by eating food , increase their attack speed with food and so on. After that i will be working on the class teachers for the heroes plugin as addOn. Then im sure i will add some new attributes if you have any requests just make a ticket im happy about ideas :)
Greetingz Mike0so
@Edit
Because i dont want to look at other plugins wich do the same like mine.
I want to make new stuff not steal ideas by others :)
-
View User Profile
-
Send Message
Posted May 9, 2014This plugin seem like the Lore Attributes and no special features but I support you due to a new plugin author is really need some encourage. I think you should be add more feature just like robbery and parry. When you want to get some inspiration, you can try to see other plugin. For example Item lore stats or Item attributes. :) Now I beginning pay attention to this plugin and probably I will use this plugin on my server soon. :)
-
View User Profile
-
Send Message
Posted May 9, 20140.05 needs to be approved.
- You can now gain bonus with food. - For example you can eat a cake with the keyword as lore and you will gain a health bonus of 10 - you can set a cooldown on those items with the a live time timer on the item
-
View User Profile
-
Send Message
Posted May 1, 2014Version 0.04 uploaded. Waiting for approve
See the changelog for latest versions.
-
View User Profile
-
Send Message
Posted Apr 24, 2014I tried my best to keep the methods as clean as possible to protect it from slowing down.
I tested it now a few times and i cant get a different between the way ItemLoreStats does it.
(parse int and trim ) And my function.
When im done with the class teachers i will maybe change to NBTTags.
I will test the difference before
-
View User Profile
-
Send Message
Posted Apr 24, 2014I honestly think parsing lore lines of an item is very slow.
If you dont want to use NBTTags (which can be confusing and isnt supported in the bukkitAPI) the only other option is to read color-codes from the item name itself, but then you'd have to have a certain color code mashup...
Example:
"Diamond Sword of Doom" > "&a&b&c&d&rDiamond Sword of Doom"
The plugin would scan the color codes before the name and it would understand that:
&a = +1 Health
&b = 5 Dmg
&c = 1 Lifesteal
and so forth.
-
View User Profile
-
Send Message
Posted Apr 24, 2014Version 0.03 need to be approved. look at the changelog for more informations.
Greetingz Mike0so
-
View User Profile
-
Send Message
Posted Apr 23, 2014@Mike0so
You can use ConfigurationSection like that:
To get hst-damage, path is "skill-settings.jump.hst-damage". Arathos in unnecessary, even if you will use features other than Lore. It's easy to delete that.
For holograms... Personally, I have resigned for creating my own class with Holograms. It's good... only for a few version. If you're good in Reflections, you can use that. If not, your plugin will broke with all new version. If you not good at that, you will mess with searching again new classes with that and updating all but plugin will work only on 1 version. I have support for HolographicDisplays and in future, for HoloAPI.
Those NMS...
-
View User Profile
-
Send Message
Posted Apr 23, 2014Hey there,
I just make this Conf. section because there will be more than just a Lores: section.
I may remove it when im finished with all those stuff. It works rlly good , i made a own hologram class now so when i insert these holograms
ppl using it dont need something like holoapi.
I allready got the touch function finish and made a basic class trainer on hologram click.
But before the trainers will be added it needs a bit of time.
I will add those class "info hologramms" untill weekend i think, then you can use them :)
Good Idea with the replacement. I will add that today
-
View User Profile
-
Send Message
Posted Apr 23, 20140.02 - very nice.
-
View User Profile
-
Send Message
Posted Apr 23, 2014Waiting for 0.02 to be approved.
I allready updated the Page. When 0.02 is approved all those new lores will be usable.
I hope it wont take longer than 2 days.
Greetingz, Mike0so
-
View User Profile
-
Send Message
Posted Apr 17, 2014@iGamingStudioX
For now, this plugin read lore and:
This plugin does not add attributes like those on HeroCraft.
-
View User Profile
-
Send Message
Posted Apr 17, 2014Wait, so is this a ad dons for heroes which adds attributes? I don't quite get what it does.
-
View User Profile
-
Send Message
Posted Mar 28, 2014@wiedzmin138 I use the Quest Teacher thing atm too.
But i dont like it that way, because i dont want to run any commands on my server
i made everything with my own plugins.
So if a player wants to change his Class he has to do another Quest.
I will add a Citizens trait with GUI and a function to start a class in config with 1 skill.
So he can learn at a specific level a new skill and it will be added to the hero after a "class quest"
I got this trait allready on my Server and it is just awesome. But i wont add the same features to the Bukkit plugins.
I have to change a bit for adding it into ArathosRPG.
-
View User Profile
-
Send Message
Posted Mar 28, 2014@wiedzmin138 Because i will make some special hero features with my own scoreboard and RPG System.
Im adding a set lore , rename lore , set item name command atm
So i will make a own loot / mob system only specified on heroes.
Dont like to develop 1000 little things into 100 plugins.
Im sure can add those features without scripts and bugs and a lot of perm stuff.
So any heroe user has 1 thing that includes such stuff.
When im on v1.0 i will add it to github.Im working on a "mini-map atm" and the death hologramm.
with onTouch function to get the players drop + exp + gold.
I got the waypoint hologram for the died hero working allready but i have to test it more
before adding it to bukkit :)