Results 1 to 4 of 4
  1. #1
    BioHazard's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Phasing the Shadows
    Posts
    1,074
    Reputation
    27
    Thanks
    253
    My Mood
    Pensive

    /Rankup plugins not working

    Whenever I try to use a /rankup plugin (Rankup, Prisonranks, ect) I get the same error in game when using the command /rankup
    Current rankup plugin I am trying to use is "PrisonRankup"

    Error seen in console: (Read bottom to top)
     
    21.03 23:21:49 [Server] INFO at org.bukki*****mmand.PluginCommand.execute(PluginCom mand.java:44) ~[Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at io.mazenmc.prisonrankup.managers.CommandManager.on Command(CommandManager.java:89) ~[?:?]
    21.03 23:21:49 [Server] INFO at io.mazenmc.prisonrankup.commands.Rankup.onExecute( Rankup.java:73) ~[?:?]
    21.03 23:21:49 [Server] INFO at io.mazenmc.prisonrankup.objects.PRPlayer.rankup(PR Player.java:218) ~[?:?]
    21.03 23:21:49 [Server] INFO Caused by: java.lang.NullPointerException
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplicati on.run(SourceFile:628) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(M inecraftServer.java:490) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(Min ecraftServer.java:584) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(Ded icatedServer.java:289) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.v(Min ecraftServer.java:731) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.ServerConnection.c(Se rverConnection.java:81) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.NetworkManager.a(Netw orkManager.java:184) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.hand le(PacketPlayInChat.java:65) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(Pa cketPlayInChat.java:28) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.a(Pl ayerConnection.java:847) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.hand leCommand(PlayerConnection.java:1010) [Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatc hCommand(CraftServer.java:767) ~[Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at org.bukki*****mmand.SimpleCommandMap.dispatch(Simpl eCommandMap.java:181) ~[Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO at org.bukki*****mmand.PluginCommand.execute(PluginCom mand.java:46) ~[Spigot-1.7.10.jar:git-Spigot-1571]
    21.03 23:21:49 [Server] INFO org.bukki*****mmand.CommandException: Unhandled exception executing command 'rankup' in plugin PrisonRankup v3.1
    21.03 23:21:49 [Server] ERROR null


    Error seen in game:
    An internal error occurred while attempting to perform this command
    PrisonRankup config
    # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
    # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and an advanced Java developer
    # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors.
    Prefix: '&a[&bDrug&6-&bRankup&a]'
    version: 3.0
    Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
    groups:
    - DrugMule:5000.0
    - Grower:8000.0
    - DrugDealer:15000.0
    - DrugLord:20000.0
    First Rank: Druggie
    Last Rank: DrugLord
    Highest Rank MSG: '&6 You are already at the top of the ladder buds!'
    Timed Requirement: false
    Time Interval: 0.0
    Time type: Seconds
    Interval on all ranks: false
    Transfer ranks to profile: false
    update: true
    debug: false
    ranks-format: '&5[&3%rank%&5]&6: %price%'
    not-enough-money: '&6You need &2$%price% &6 to rankup to &2%rank%'

    Group/Permission Plugin Config (PEX)

    groups:
    Druggie:
    default: true
    prefix: '&f[&9Druggie&f] '
    permissions:
    - essentials.afk
    - essentials.spawn
    - essentials.rules
    - essentials.motd
    - essentials.msg.*
    - essentials.help
    - essentials.suicide
    - essentials.warp
    - essentials.warps.*
    - essentials.mail.*
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - drugs.use
    - factions.create
    - prisonrankup.rankup
    DrugMule:
    default: false
    prefix: '&f[&2Drug Mule&f] '
    permissions:
    - essentials.warp.list
    inheritance:
    - Druggie
    Grower:
    default: false
    prefix: '&f[&5Grower&f] '
    permissions:
    - essentials.sethome
    - essentials.home
    inheritance:
    - DrugMule
    DrugDealer:
    default: false
    prefix: '&f[&1Drug Dealer&f] '
    permissions:
    - essentials.worth
    - essentials.sell
    - essentials.back
    - essentials.sethome.multiple
    inheritance: Grower
    DrugLord:
    default: false
    prefix: '&f[&4Drug Lord&f] '
    permissions:
    - essentials.sethome.multiple.DrugLord
    - essentials.eat
    inheritance: DrugDealer
    Donator:
    default: false
    prefix: '&f[&6Donator&f] '
    permissions:
    - essentials.back
    - essentials.me
    - essentials.fly
    - essentials.hat
    - essentials.nick
    - essentials.nick.color
    - essentials.nick.magic
    - essentials.nick.format
    - essentials.sethome.multiple.vip
    - essentials.eat
    inheritance:
    - Drug Lord
    Moderator:
    default: false
    prefix: '&f[&cMod&f] '
    permissions:
    - essentials.broadcast
    - essentials.eco
    - essentials.clearinventory.others
    - essentials.clearinventory
    - essentials.vanish.see
    - essentials.essentials
    - essentials.kick
    - essentials.kick.notify
    - essentials.mute
    - essentials.mute.notify
    - essentials.tempban
    - essentials.weather
    - essentials.unban
    - essentials.unban.notify
    - essentials.sethome.multiple.staff
    inheritance:
    - donator
    Admin:
    default: false
    prefix: '&f[&cAdmin&f] '
    permissions:
    - essentials.broadcast
    - essentials.give
    - essentials.item
    - essentials.eco
    - essentials.clearinventory.others
    - essentials.clearinventory
    - essentials.vanish.see
    - essentials.essentials
    - essentials.kick
    - essentials.kick.notify
    - essentials.kill
    - essentials.mute
    - essentials.mute.notify
    - essentials.tempban
    - essentials.ban
    - essentials.weather
    - essentials.unban
    - essentials.unban.notify
    inheritance:
    - Moderator
    Owner:
    default: false
    prefix: '&f[&c&lOwner&f] '
    permissions:
    - '*'
    - essentials.*
    - ls.admin
    - essentials.god.*
    - essentials.signs.break.buy
    - essentials.signs.break.free
    - essentials.signs.create.free
    - essentials.signs.create.warp
    - essentials.signs.break.warp
    - essentials.signs.break.disposal
    - essentials.signs.create.disposal
    - vault.admin
    - lagg.*
    - essentials.sethome.multiple.staff
    - drugs.*
    inheritance:
    - Admin
    users:
    TB34ST:
    group:
    - Druggie
    permissions:
    - permissions.*

    Any help would be greatly apreciated.
    Last edited by BioHazard; 03-21-2015 at 06:08 PM.

    [IMG]https://i1316.photobucke*****m/albums/t602/xUndeadCamperx/BioHazardSiggy_zps313cd15a.png[/IMG]
    Formerly known as - GangsterDemon
     

  2. #2
    BioHazard's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Phasing the Shadows
    Posts
    1,074
    Reputation
    27
    Thanks
    253
    My Mood
    Pensive
    I think I may have found the issue, I am trying to run this plugin on a 1.7.10 sever when it may only be compatable with a 1.7.9/1.8(Spigot) server. Could anyone verify this, as I just read this somewhere when I was looking the error up.

    [IMG]https://i1316.photobucke*****m/albums/t602/xUndeadCamperx/BioHazardSiggy_zps313cd15a.png[/IMG]
    Formerly known as - GangsterDemon
     

  3. #3
    BioHazard's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Phasing the Shadows
    Posts
    1,074
    Reputation
    27
    Thanks
    253
    My Mood
    Pensive
    I figured out the issue, rankup plugins are not compatable with 1.7.10.
    /solved @NormenJaydenFBI

    [IMG]https://i1316.photobucke*****m/albums/t602/xUndeadCamperx/BioHazardSiggy_zps313cd15a.png[/IMG]
    Formerly known as - GangsterDemon
     

  4. #4
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    This has been solved.
    /Closed


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

Similar Threads

  1. [Solved] DTX Format Plugin Not Working?
    By Nitehawk772 in forum Combat Arms Mod Help
    Replies: 4
    Last Post: 11-13-2011, 09:11 AM
  2. Photoshop Plugins Not working...
    By Speculation in forum Combat Arms Mod Discussion
    Replies: 3
    Last Post: 05-01-2011, 10:25 AM
  3. why warrock not working now??
    By tolik13 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-09-2006, 03:27 PM
  4. WPE not work
    By trekpik in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-09-2006, 10:09 AM