1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Conquer 1.3.1

An addon that adds support for multiple Factions plugins with the same syntax

  1. xXAndrew28Xx

    Addon Developer

    Joined:
    Jan 24, 2017
    Messages:
    34
    Likes Received:
    23
    Medals:
    xXAndrew28Xx submitted a new resource:

    Conquer - An addon that adds support for multiple Factions plugins with the same syntax

    Read more about this resource...
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hey i like your addon but can you add this expression for the ally?
    Code (Skript):
    1. [all] [the] (member|player)[s] (of|in|for|from) [(faction|kingdom|guild)] %conquerfaction%
    2. %conquerfaction%'s [(faction|kingdom|guild)] (member|player)[s]
    --- Double Post Merged, Jul 21, 2017, Original Post Date: Jun 17, 2017 ---
    Error on spigot 1.8.8 java 8 @xXAndrew28Xx :

    Code (Java):
    1. [12:28:10 INFO]: [Factions v1.6.9.5-U0.1.19-RC2] Player iWallys was auto-removed
    2.  due to inactivity.
    3. [12:28:10 ERROR]: Could not pass event FPlayerLeaveEvent to Conquer v0.0.2
    4. org.bukkit.event.EventException
    5.         at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    6. va:310) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
    7.         at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    8. a:62) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
    9.         at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    10. ava:502) [spigot.jar:git-Spigot-5f38d38-12698ea]
    11.         at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    12. ava:487) [spigot.jar:git-Spigot-5f38d38-12698ea]
    13.         at com.massivecraft.factions.zcore.persist.MemoryFPlayer.leave(MemoryFPl
    14. ayer.java:642) [Factions1.6.9.5-U0.1.19-RC2.jar:?]
    15.         at com.massivecraft.factions.util.AutoLeaveProcessTask.run(AutoLeaveProc
    16. essTask.java:70) [Factions1.6.9.5-U0.1.19-RC2.jar:?]
    17.         at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java
    18. :71) [spigot.jar:git-Spigot-5f38d38-12698ea]
    19.         at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHea
    20. rtbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-5f38d38-12698ea]
    21.         at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:7
    22. 23) [spigot.jar:git-Spigot-5f38d38-12698ea]
    23.         at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:3
    24. 74) [spigot.jar:git-Spigot-5f38d38-12698ea]
    25.         at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:6
    26. 54) [spigot.jar:git-Spigot-5f38d38-12698ea]
    27.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java
    28. :557) [spigot.jar:git-Spigot-5f38d38-12698ea]
    29.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
    30. Caused by: java.lang.NullPointerException
    31.         at me.andrew28.addons.conquer.factionsuuid.FactionsUUIDImplEventWrapperL
    32. istener.onFPlayerLeave(FactionsUUIDImplEventWrapperListener.java:99) ~[?:?]
    33.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
    34. _131]
    35.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
    36. _131]
    37.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
    38. .8.0_131]
    39.         at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    40.         at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    41. va:306) ~[spigot.jar:git-Spigot-5f38d38-12698ea]
    42.         ... 12 more
     
    DonaldTrump and xXAndrew28Xx like this.
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Download website down?
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    hi! how to create fraction?
    Code (Skript):
    1. command create <string>:
    2.     trigger:
    3.         create faction of player with name arg-1
    thanks.
    --- Double Post Merged, Aug 15, 2017, Original Post Date: Aug 14, 2017 ---
    %faction at claim at player% is not work
    Code (Skript):
    1. command faction:
    2.     trigger:
    3.         message "%claim at player%" #-> "Conquer Claim: Chunk[x: -12, z: -25, world world]"
    4.         message "Faction at your claim: %faction at claim at player%" #-> ""
    Code (Skript):
    1.  Can't understand this expression: faction at claim at {_player} (message "Faction at your claim: %faction at claim at {_player}%"')
    --- Double Post Merged, Aug 16, 2017 ---
    please add flags support.
    --- Double Post Merged, Aug 16, 2017 ---
    warning from your docs:
    your example not work:
    Code (Skript):
    1. message "Your Role: %role of player%"
    this example is work:
    Code (Skript):
    1. message "Your Role: %faction role of player%"
    Code (Skript):
    1. # [the] (faction|kingdom|guild) (rank|role) (of|for) [the] [player] %player%
     
  6. ayoungcoder

    ayoungcoder Member

    Joined:
    Aug 23, 2017
    Messages:
    17
    Likes Received:
    1
    your addon is interferring with type of block,
    Code (Skript):
    1. set {_bl} to type of block below event-block
    returns wilderness instead of grass. Is there a workaround and/or can you fix this?
     
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  8. ammar

    ammar Member

    Joined:
    May 15, 2017
    Messages:
    13
    Likes Received:
    1
    hello im using
    SavageFactions
    set the power of the player to the player's maximum power is not working
    or send "%player's maximum power %"
    and how i can do this amount of Members in loop-player's faction
    --- Double Post Merged, May 2, 2018, Original Post Date: Apr 30, 2018 ---
    hello sorry for the bad review
    but actually lot of syntax doesn't work and i can't get the enemy and allies faction
    this Addon now doesn't deserve more then one star sorry
     
  9. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    Doesn't appear to work with Factions One v1.3.1 ... it just says I don't have factions installed, but I do.
     
  10. Michael2344

    Michael2344 Member

    Joined:
    Mar 9, 2019
    Messages:
    3
    Likes Received:
    0
    For some reason, it seems to not be working with the latest version of SavageFactions.
     
  11. ceruleanReverie

    Joined:
    Jan 31, 2017
    Messages:
    25
    Likes Received:
    0
    After the recent updates to FactionsUUID, this add-on doesn't seem to recognize it as a factions plugin anymore... I can't update FactionsUUID until this is fixed. Is this plugin still maintained?
     
  12. Michael2344

    Michael2344 Member

    Joined:
    Mar 9, 2019
    Messages:
    3
    Likes Received:
    0
    Syntaxes aren't working on 1.12.2, nor does it seem to want to hook to SavageFactions in earlier versions. I'm just going to assume you're inactive and this isn't maintained anymore. If anyone has any alternatives, please dm me.
     
  13. Wolfy

    Wolfy New Member

    Joined:
    Dec 26, 2019
    Messages:
    5
    Likes Received:
    1
    It doesn't detect factionsuuid on my server. Please fix this issue. Version : Paper 1.8.8
     
  14. Jakkeren

    Supporter

    Joined:
    Mar 23, 2017
    Messages:
    63
    Likes Received:
    3
    Please update to FactionsUUID 1.16
     

Share This Page

Loading...