CustomRaidTop Plugin - Perfect For FactionsUUID

Status
This thread has been locked.

Torciv

Premium
Feedback score
7
Posts
47
Reactions
77
Resources
0
I have been working on this plugin for a couple of weeks and it is finally done.

I will be selling this plugin for 12$ in SpigotMC.
I will post the link here once it is up.

Since I have put a hard work on it and Its API is also quite good.

It is a custom plugin for FactionsUUID that will include a System of Raid Points when you raid others faction core.
It will also promote the raiding and the protection of the core since if your core get raided every single player of the Faction could lose a % of their balance.

This System includes:

Three commands:

  1. /fsetcore - When you create a Faction you are forced to set your core first, you can not claim, unclaim, autoclaim or anything.
    This will be your Faction core Chunk.

    Permssion required: factions.setcore

    If you are and admin and you have bypass on you can bypass the setcore limitation to claim normal without setting it.
    Also you can set the FactionCore to another faction by "/fsetcore <faction>"

    #IMPORTANT once you have set your core You are not going to be able to set it again and if you want to change it the unique way to do is by doing an unclaimall or disband!
  2. /fraid <faction> - If faction argument is not set it will show your own faction information.

    Permission:fraid.info

    What is shown?


    - RaidTopPosition
    - CoreLocation chunk (You can disable it)
    - RaidPoints
    - TotalMoneyStealed (Only shown if stealMoney is enabled)
    - Faction Status (Not Raided or Raided + time left to be able to raid it again)

  3. /fraid reload - To reload the plugin

    Permission: fraid.reload


  4. /fraidtop - This will send a message with the top 10 sorted Factions (1-10) with the most Raid Points.

    Permission: fraidtop.info


    =====================================================

    A good think about the RaidPoints and other Stuff it that is 100% Real Life changes so if a Faction gets Raided its points will be updated and that changed will be shown on live - You dont have to wait a certain time to see the changes.

    Cooldowns of Factions to be raided again, cores locations, raid points, money stolen is saved in files to be recovered when the server is reloaded or stoped.

    ==== EVENTS - NO MORE BREAK OF SPAWNERS ====

    You can enable in the config weather if you want players to be able to mine their Spawners once their Faction Core has been hit and Raided.
    If you set this to true, only admins with Bypass mode will be able to mine spawners and other players should wait the Raid Time count to be able to mine them.

    Other Points:

    If you want to have Stolen Money enabled you must have Vault Installed in your server and also enable Economy in your Factions Plugin because money stolen will be saved in the faction bank.
    IMPORTANT! Make sure to set LandCostClaim to 0 OtherWise it will bug the plugin. https://image.prntscr.com/image/d3a8eb7c324a4e28be6d61e0cc4cb242.png

    You must one of the lastest versions of FactionsUUID, some older versions that doesn't have in their API isWilderness() or other ones won't work.

    This Plugin comes with a good API that you will be able to use and with the API event of FactionRaidedEvent.

    This plugin does not support plugins with custom TNT since TNT will be modified once fired from a dispenser.

    One other good think about this plugin is that you can Override FactionsUUID default MAP!

    This means that you can show on you /f map the factions Core Claim with GOLD color.

    #Important! Overriding FactionsMap will mean that if you have Truce mode won't be shown in the /f map.
    This will override also factions autoClaim and autoMapUpdating() since it is the same mechanic inside.

    Future Versions I will add some other stuff such as the possibility of increasing Factions map Size or Colors...

    Prefix: "&c[&eRaidTop&c]"

    messages:
    no-perms: " &cYou do not have permissions to do that!"
    raid-event: " &eYou have stolen &d%TO_ADD%&e Raid Points and &d%M_STEALED%$&e for raiding &d%RAIDED_FACTION%"
    broad: " &d%RAID_FACTION%&e raided a Faction and stole &d%TO_ADD%&e Raid Points from it!"
    no-break-spawner: " &cYou can not break Spawners when you have been Raided! Wait &e%TIME_LEFT%"
    can-not-claim: " &cYou must set your Core Claim first. Use: &e/fsetcore"
    can-not-unclaim: " &cYou can not unclaim your FactionCore!"
    unclaimall-core: " &cYou have removed your FactionCore!"
    set-core-notify-you: " &eYou have set your faction core at &d%LOC%"
    set-core-notify-all: " &d%PLAYER%&e has set the Core Claim for your Faction! at &d%LOC%"
    already-set-core: " &cYou already have your faction core set!"
    set-others-core: " &eYou have set the Core for the Faction - &d%FACTION%"
    not-found-faction: " &cError: The faction &d%FACTION% &cdoes not exist!"

    Points:
    default: 200
    raid-steal: 0.2

    #Make sure to have Economy on your Factions Plugin enabled if you set to true!
    Money:
    steal-money: true
    raid-money-steal: 0.15

    Raid:
    broadcast: true
    time: 7200
    min-y: 120
    cancel-spawner-break: true

    Info:
    show-core: true
    header: " &d&m-------------&e RAID INFO &d- %FACTION_ARG% &d&m-------------&f "
    raid-top: " &b&m*&e Raid Top &7» &b&l[%TOP_POSITION%&b&l]"
    core-loc: " &b&m*&e Core Location &7» &d%CORE_LOC%"
    raid-points: " &b&m*&e Raid Points &7» &d%F_POINTS%"
    money-stealed: " &b&m*&e Stealed Money &7» &d%S_MONEY%$"
    raid-status: " &b&m*&e Raid Status &7» &d%F_STATUS%"
    status-Raided: "&4&lRAIDED &e- Time: &c"
    status-not-Raided: "&a&lNOT RAIDED"
    not-set-core: "&4NOT SET!"

    Top:
    header: " &d&m--------------&e RAID TOP &d&m-------------------&f "

    override-factions-map: true

    #Do not touch this!
    version: '1.0'

    Some messages have been changed cause I forgot to replace some placehodlers or translate them to english but it is quite similar

    Notifications! You can notify the whole server when a Faction has raided another one and also all the Factions Members!

    It is also in config a MIN-Y level in which you want the raid only take effect.
    If tnt hits below that Y lvel that is not considered a raid!

    Now Lets take a look at it with pictures:

    Overrided Map​
    upload_2017-6-6_14-1-13.png


    upload_2017-6-6_14-2-19.png



    upload_2017-6-6_14-2-55.png


    upload_2017-6-6_14-3-27.png


    upload_2017-6-6_14-7-7.png

    upload_2017-6-6_14-7-28.png


    upload_2017-6-6_14-8-24.png


    #Ignore "Dinero robado" it means Stealed Money in English forgot to translate it!

    upload_2017-6-6_14-9-22.png


    upload_2017-6-6_14-9-46.png


    https://image.prntscr.com/image/b5d9f11fd1a84a32aa01ca052f28c4d2.png

    https://image.prntscr.com/image/07056a61cd7e44869262f477189a4126.png

    https://image.prntscr.com/image/ca20916651014613ae560c8377b9ae54.png

    https://image.prntscr.com/image/9a2c5fde63a149e983f13c9b4a5601a6.png

    Owner Proof:
    https://image.prntscr.com/image/ff9b7b424b0342edb77d016cc21c47d6.png




 

Attachments

  • upload_2017-6-6_14-1-13.png
    upload_2017-6-6_14-1-13.png
    95.6 KB · Views: 274
  • upload_2017-6-6_14-2-19.png
    upload_2017-6-6_14-2-19.png
    23.6 KB · Views: 272
  • upload_2017-6-6_14-2-55.png
    upload_2017-6-6_14-2-55.png
    34.5 KB · Views: 272
  • upload_2017-6-6_14-3-27.png
    upload_2017-6-6_14-3-27.png
    22.9 KB · Views: 270
  • upload_2017-6-6_14-7-7.png
    upload_2017-6-6_14-7-7.png
    197.4 KB · Views: 273
  • upload_2017-6-6_14-7-28.png
    upload_2017-6-6_14-7-28.png
    156 KB · Views: 271
  • upload_2017-6-6_14-8-24.png
    upload_2017-6-6_14-8-24.png
    134.5 KB · Views: 274
  • upload_2017-6-6_14-9-22.png
    upload_2017-6-6_14-9-22.png
    50.4 KB · Views: 271
  • upload_2017-6-6_14-9-46.png
    upload_2017-6-6_14-9-46.png
    76.2 KB · Views: 268
  • upload_2017-6-6_15-8-36.png
    upload_2017-6-6_15-8-36.png
    208.8 KB · Views: 15
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Torciv

Premium
Feedback score
7
Posts
47
Reactions
77
Resources
0
Are you offering any vouch copies?

I will be giving some once the plugin is approved on spigotmc.

And also selling them. Right now it is just only an announce that I will be selling it.
And once it is approved I will give some free vouches
 

frozenheat

frozen heat
Supreme
Feedback score
3
Posts
724
Reactions
320
Resources
0
I will be giving some once the plugin is approved on spigotmc.

And also selling them. Right now it is just only an announce that I will be selling it.
And once it is approved I will give some free vouches
Alright what is your skype?
 
Status
This thread has been locked.
Top