Saga

Saga is designed to be a complete solution for RPG servers. Saga allows players to form factions for pvp, establish settlements with numerous buildings, develop abilities and unlock skills. Here is a small list of some of features saga will bring to your server:
- Faction Features
- Players can create factions and invite other players.
- Declare wars on factions and sieges on settlements.
- Wages based on the amount of taxes collected from settlements.
- Assign members roles that grant attribute bonuses, abilities and faction permissions.
- Settlement Features
- Ability to create settlements and invite players.
- Protection from outside influence.
- Settlements gain new claim points every minute, based on amount of online members.
- Member roles that grant attribute bonuses, abilities and settlement permissions.
- Building different buildings with various effects.
- Player Features
- Players gain attribute and ability points from killing both mobs and players and by harvesting resources.
- Training attributes provides various physical bonuses.
- Passive and active abilities.
You can view more about the features of saga here.
Keep up to date with the source code and development builds here






-
View User Profile
-
Send Message
Posted Dec 28, 2012Will it be possible if u hook into MobHealth?
That would be cool.
-
View User Profile
-
Send Message
Posted Dec 27, 2012@andfRe
Thanks, I hope you would consider adding more than 1 chunk at a time. This would help greatly lol.
-
View User Profile
-
Send Message
Posted Dec 26, 2012@1born2kill
Cant claim more than 1. The forunlimited build points is /aenableopt unlimited_buildings
-
View User Profile
-
Send Message
Posted Dec 26, 2012For settlements the buildings require a certain size of the settlement well it doesn't :p another bug.
-
View User Profile
-
Send Message
Posted Dec 26, 2012@andfRe
"The problem putting items used in /stats is that it will just not fit! Believe me they would be there if I could display them in a way that fits. In the latest build I will make so /ability abilityName shows the requirements. Would it help if I added a description and usage in there?
Thanks for using Saga and feedback."
Yes it would, help. Its a lot easier then going to /phelp 3 or somewhere along the page haha.
Edit: Is there a command to give settlements more Build Pts? Also, is there a command to claim by radius instead of 1 chunk at a time? Thanks.
-
View User Profile
-
Send Message
Posted Dec 26, 2012When a faction claims a settlement then the settlement takes away the town square the faction still owns the settlement.
-
View User Profile
-
Send Message
Posted Dec 26, 2012In the /fstats it shows the leveling of settlements in it. not factions also the settlement claims just take to long to level up. Ive been waiting for a day for this settlement to level up once. maybe rework the settlement leveling up timers?
-
View User Profile
-
Send Message
Posted Dec 26, 2012Can you add a command that will not make it say "Entered Farm"
-
View User Profile
-
Send Message
Posted Dec 26, 2012@Curtis4321
Unfortunately, no videos are available yet. If someone does make one in English, I will put it on the main page.
-
View User Profile
-
Send Message
Posted Dec 26, 2012@1born2kill
The problem putting items used in /stats is that it will just not fit! Believe me they would be there if I could display them in a way that fits. In the latest build I will make so /ability abilityName shows the requirements. Would it help if I added a description and usage in there?
Thanks for using Saga and feedback.
-
View User Profile
-
Send Message
Posted Dec 26, 2012@1born2kill
Open up abilities.json. Abilities are defined: {"className":"org.saga.abilities.Dig", ... ... }, Just remove the entire thing. Abilities are separated by a comma, so make sure if you remove the last one you also remove the comma from the previous one.
Ranks/roles are available if certain buildings are set. Roles (miner etc) are available for settlement members as soon as the corresponding building is set. To get ranks (warrior etc), the faction needs to claim a settlement with certain buildings (academy, barracks, bowyer). Rank/role is decided by the faction/settlement owner with /fsetrank and /ssetrole.
-
View User Profile
-
Send Message
Posted Dec 25, 2012Can i request a Video is done for this plugin?
I am very interested in it ;)
-
View User Profile
-
Send Message
Posted Dec 25, 2012I love the skills that are here by default, but I feel like it takes a little more work trying to figure out which items is the skill binded to.
So my question is:
Instead of making us have to look in /phelp 3 to see what items is used for each skills, could u perhaps find a way to make it so that in /stats 2, after the requirements are met, instead of having a "-" put the description there.
This way, we users dont have to keep doing /stats 2 and /phelp 3 to see the skills usage.
So basically put the items required to use the skills on this info: http://gyazo.com/4fc36dff59c675f8197ad4fc43ba55d1
Thanks a lot. Epic Plugin.
-
View User Profile
-
Send Message
Posted Dec 25, 2012@1born2kill
Hi I Work On The Server Andf Has Made This On. And Those Are Not Classes They Are Ranks In The Factions Also Some Of Those Abilities Are Bonuses When U Level Up Those Attributes.
-
View User Profile
-
Send Message
Posted Dec 25, 2012@andfRe
I want to get rid abilities that are not helpful in combat, such as Dig, Chopdown, Harvest, I think that is it.
EDIT: How do I choose the classes? such as Knight? Do I have to make a building for it?
-
View User Profile
-
Send Message
Posted Dec 24, 2012Please someone make a translation to Spanish! :D it will be very nice
-
View User Profile
-
Send Message
Posted Dec 24, 2012@1born2kill
I agree, the configs are pretty vague right now. I should work on it at some point.
Yes, you can remove any ability/attribute you don’t like. You can also create your own attributes. You can't create new abilities, but they are highly configurable.
Just tell me what exactly you want to remove and I will tell you how.
-
View User Profile
-
Send Message
Posted Dec 24, 2012I have been messing around with this plugin and so far, i like it better than Factions. The config is vague though, but I like this plugin its awesome, Especially the player stats system. One thing to ask though, Is it possible to get rid some of the skills that I don't need/want?
Thanks.
-
View User Profile
-
Send Message
Posted Dec 22, 2012@BoyDerAmBlockChillt
I will have a look. Meanwhile, you can use a workaround.
Saga holds its default configs in the jar file. You just need to extract them manually and put them into plugins/Saga/config folder. Open the jar file with an archive manager (winzip, winrar, etc).
-
View User Profile
-
Send Message
Posted Dec 22, 2012@andfRe
http://ci.herocraftonline.com/job/Liberate%20Spigot/
Source https://github.com/AlmuraDev/Libigot
This is my error:
2012-12-22 20:14:01 [SEVERE] Error occurred while enabling Saga v0.7 (Is it up to date?) java.lang.IllegalArgumentException: URI is not hierarchical at java.io.File.<init>(Unknown Source) at org.saga.saveload.WriterReader.unpackConfig(WriterReader.java:306) at org.saga.config.GeneralConfiguration.load(GeneralConfiguration.java:415) at org.saga.Saga.onEnable(Saga.java:168) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:315) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:297) at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:326) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:305) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:264) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404) at net.minecraft.server.ThreadServerApplication.run(SourceFile:849)