[INACTIVE][ECON] iMonster v1.7 - Give players iConomy money and drops when killing monsters [292]

Discussion in 'Inactive/Unsupported Plugins' started by ZeroDPS, Feb 9, 2011.

  1. Offline

    ZeroDPS

    iMonster - The Monster Money and Drop Plugin for iConomy: Version: 1.7
    This plugin is designed to allow servers using iConomy to reward players with in-game currency.
    Must have iConomy 2.2+
    Must Have Bukkit/Craftbukkit 292+
    edit the /Plugins/iMonster/iMonster.yml file foe configurations.
    Features:
    • Configure Reward Currency and Items Drops per Monster.
    • Set Max Reward drop for monsters
    • Prevent MobSpawner Camping
    • Permissions Support (iMonster.User)
    • Set Reward for killing the Mob Spawner
    TO-DO:

    • Death Penelty (waiting for better Bukkit support on the EntityDeath event)
    • Prevent Reward with use of Bow
    • Configurable Messages
    • Max Kills Per Hour (configurable and can be disabled) uses variable coin rewards and % based drop rates for coins to give admins ability to prevent abuse instead of a hard cooldown/
    • Decimal Percentage
    Change Log:

    v1.7

    • Minor update added /imonster command to help troubleshoot problems...it doesnt do anything but send you a message with some settings information to help us better troubleshoot the plugin if a problem arises.
    v1.6

    • Bow Kills now works correctly
      • Slimes and ghasts were not working because they are not considered "monsters" in bukkit so they failed the check to make sure it was a player attacking a monster i have coded the plugin to handle this issue now so they WORK
    v1.5 Release

    • Fixed Creeper Coin Bug (all mobs giving set creeper amount_
    • Added Coin Range for mob kills.
    • Added Coin Percentage for mob kills
    v1.1

    • Added ability to Give rewards for killing a mob spawner.
    v1.0 BETA Release

    • Fixed Error with old Permissions version
    • Added Configurale Messages WITH Chat Color Support
    • Added Bow Camping Settings
    • Added Abolity to use Decimal Percentages for item drop rates.
    v1.5/v1.6 config file changes - ADD These (also included the default config file in the zip for copy/paste)

    or you can always delete/rename your current file and let the plugin make one for you.

    Creeper-Coin-Max: 0
    Creeper-Coin-Percent: 100
    Skeleton-Coin-Max: 1000
    Skeleton-Coin-Percent: 10
    Zombie-Coin-Max: 0
    Zombie-Coin-Percent: 50
    Spider-Coin-Max: 1000
    Spider-Coin-Percent: 50
    PigZombie-Coin-Max: 0
    PigZombie-Coin-Percent: 100
    Ghast-Coin-Max: 0
    Ghast-Coin-Percent: 100
    Slime-Coin-Max: 0
    Slime-Coin-Percent: 100
    Giant-Coin-Max: 0
    Giant-Coin-Percent: 100

    v1.1 config file changes - ADD These

    Mob-Spawner-Coin: 200
    Mob-Spawner-Drops: "264:2:75;354:1:80"
    Reward-Mob-Spawner-Destroy: true
    iConomy-Mob-Spawner-Message: "$5Mob Spawner Killed! You have been awarded %c!"
    iConomy-Mob-Spawner-Message-Enabled: true

    v1.0 BETA CONFIG FILE CHANGES - Either Delete your config and let it create a new one, or add THESE values to your config!

    Reward-Kills-With-Bow: true
    RewardKillsWithBowDisabledMessageEnabled: true
    RewardKillsWithBowDisabledMessage: "$cNo Reward for camping with a bow go out and fight!"

    Mob-Spawner-Camping-Message-Enabled: true
    Mob-Spawner-Camping-Message: "$cNo Reward for %m camping near the spawner."

    iConomy-Kill-Deposit-Message-Enabled: true
    iConomy-Kill-Deposit-Message: "$e%m Killed - %c deposited into your iConomy Account."

    iConomy-Protected-Kill-Message-Enabled: true
    iConomy-Protected-Kill-Message: "$cProtected %m Killed - %c removed from your iConomy Account."

    iConomy-Protected-Kill-No-Money-Message-Enabled: true
    iConomy-Protected-Kill-No-Money-Message: "$4Protected %m, you don't have the money for the fine. %m resurecting >.< "
     

    Attached Files:

    zani007 likes this.
  2. Offline

    Novemberman


    i restarted many times after im also stuck other permition problems
     
  3. Offline

    kaos havoc

    Can you post everything it says in the console when you start up?
     
  4. Offline

    Novemberman

    yes i can


    Code:
    2011-02-15 17:57:36 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-15 17:57:36 [WARNING] **** NOT ENOUGH RAM!
    2011-02-15 17:57:36 [WARNING] To start the server with more ram, launch it as "j
    ava -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-15 17:57:36 [INFO] Loading properties
    2011-02-15 17:57:36 [INFO] Starting Minecraft server on *:25565
    2011-02-15 17:57:36 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-407-g247dfc4-b326 (MC: 1.2_01)
    2011-02-15 17:57:36 [INFO] Preparing level "world"
    2011-02-15 17:57:36 [INFO] Preparing start region
    2011-02-15 17:57:37 [INFO] Preparing spawn area: 28%
    2011-02-15 17:57:38 [INFO] Preparing spawn area: 40%
    2011-02-15 17:57:39 [INFO] Preparing spawn area: 53%
    2011-02-15 17:57:40 [INFO] Preparing spawn area: 97%
    15-Feb-2011 5:57:40 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins\CraftBook.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:57)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
            ... 9 more
    LWC     [v1.50] Loading shared objects
    Config  [v1.50] Loaded 10 config entries
    LWC     [v1.50] Native library: lib/native/Windows/x86/sqlitejdbc.dll
    2011-02-15 17:57:41 [INFO] [iConomy] version [2.2] (Aime) loaded
    2011-02-15 17:57:41 [INFO] [Permissions] version [2.0] (Handler) loaded
    [FriendlyCreepers]      -> ENTITY_EXPLODE
    [FriendlyCreepers]      Creepers are:   Neutralized
    [FriendlyCreepers]      TNT is:         Neutralized
    LWC     [v1.50] Loaded command: /lwc -admin
    LWC     [v1.50] Loaded command: /lwc -create
    LWC     [v1.50] Loaded command: /lwc -free
    LWC     [v1.50] Loaded command: /lwc -info
    LWC     [v1.50] Loaded command: /lwc -p
    LWC     [v1.50] Loaded command: /lwc -modify
    LWC     [v1.50] Loaded command: /lwc -unlock
    LWC     [v1.50] Loaded command: /lwc -owners
    LWC     [v1.50] -> PLAYER_QUIT
    LWC     [v1.50] -> ENTITY_EXPLODE
    LWC     [v1.50] -> BLOCK_INTERACT
    LWC     [v1.50] -> BLOCK_DAMAGED
    LWC     [v1.50] -> BLOCK_PLACED
    LWC     [v1.50] Using Nijikokun's permissions plugin for permissions
    LWC     [v1.50] Loading SQLite
    PhysDB  [v1.50] Creating physical tables if needed
    MemDB   [v1.50] Creating memory tables
    SQLite  [v1.50] Using: Native
    2011-02-15 17:57:41 [INFO] Loaded Essentials build 192 by Zenexer, ementalo, Eri
    s, and Brettflan
    2011-02-15 17:57:41 [INFO] Loaded EssentialsHelp build 192 by Zenexer, ementalo,
     Eris, and EggRoll
    2011-02-15 17:57:41 [INFO] Loaded EssentialsHome build 192 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-15 17:57:41 [INFO] Loaded EssentialsSpawn build 192 by Zenexer, ementalo
    , Eris, and Brettflan
    2011-02-15 17:57:41 [INFO] Loaded EssentialsTele build 192 by Zenexer, ementalo,
     Eris, and Brettflan
    GuestBook Ultimate version 1.17 is enabled!
    done.
    GuestBook: Trying to load GuestBook and settings...done.
    GuestBook Ultimate version 1.17 is enabled!
    iMonster for iConomy version 1.7 is enabled!
    Permission plugin detected - you must have iMonster.User
    iWatch version 0.1 is enabled!
    [iWatch] Settings Loaded!
    2011-02-15 17:57:41 [INFO] [MonsterHunt] Loaded 0 High scores.
    2011-02-15 17:57:41 [INFO] [MonsterHunt] MonsterHunt Loaded!
    [Towny] Database: [Load] flatfile [Save] flatfile
    [Towny] Version: 2.0.20 - Mod Enabled
    2011-02-15 17:57:41 [INFO] Yeditor - By Samkio Locked and Loaded!
    2011-02-15 17:57:41 [INFO] Done! For help, type "help" or "?"
    
     
  5. Offline

    kaos havoc

    It looks like your iMonster is fine. You are not getting anything abnormal from it. However, whatever CraftBook is seems to be having issues. Your issue was that you were not getting money am I correct? The money is not 100% of the time. It is only a percentage of the time you get it. You can change that in the config file for iMonster. Do you not get them ever or is it an issue such as admins get it but defaults do not ?
     
  6. Offline

    Novemberman

    ya the crafbook is a bug i need to remove its not updated and as for the money i have them all set to 100% and i just wasted like 30 mobs and got nothing


    ok i have 2 dif folders for imonster .txt where should it be in plugin folder or in main folder ?



    and here is my stats actually

    Code:
    Monster-Max-Drops: 2
    Creeper-Coin: 1000
    Creeper-Coin-Max: 1000
    Creeper-Coin-Percent: 100
    Creeper-Drops: ""
    
    Skeleton-Coin: 10
    Skeleton-Coin-Max: 20
    Skeleton-Coin-Percent: 75
    Skeleton-Drops: ""
    
    Zombie-Coin: 5
    Zombie-Coin-Max: 10
    Zombie-Coin-Percent: 50
    Zombie-Drops: ""
    
    Spider-Coin: 20
    Spider-Coin-Max: 40
    Spider-Coin-Percent: 25
    Spider-Drops: ""
    
    PigZombie-Coin: 5
    PigZombie-Coin-Max: 0
    PigZombie-Coin-Percent: 100
    PigZombie-Drops: ""
    
    Ghast-Coin: 10
    Ghast-Coin-Max: 0
    Ghast-Coin-Percent: 100
    Ghast-Drops: ""
    
    Slime-Coin: 5
    Slime-Coin-Max: 0
    Slime-Coin-Percent: 100
    Slime-Drops: ""
    
    Giant-Coin: 20
    Giant-Coin-Max: 0
    Giant-Coin-Percent: 100
    Giant-Drops: ""
     
  7. Offline

    kaos havoc

    Good news. I think we found your problem. Do not save it as IMonster.txt, it needs to be iMonster.yml . Sometimes to do that you will have to open the text file and then go to 'save as'. Now select 'all files' at the bottom and then, this can be very important, delete the name and type it again as iMonster.yml, otherwise if you don't manually retype it, windows will automatically make it a .txt, so what you get would be iMonster.yml.txt and that is what you do not want, so if you currently have iMonster.txt, make sure to change it to iMonster.yml

    Also it should be in /Plugin/iMonster
    so, it would be /Plugin/iMonster/iMonster.yml
     
  8. Offline

    Novemberman

    well i did all that but still nothing ....
     
  9. Offline

    Nachocuban

    @Novemberman its iMonster.User not iMonster.user the User has a capital U
     
  10. Offline

    ZeroDPS

    iMonster is running - no permission check yet
    iMonster is configured to use Permissions
    Permissions says you DO NOT have iMonster.User
    Permissions says you are in the group Admins

    if you have - '*' permissions as part of the admin group then Permissions would never return false when asking for your credentials...even if iMonster.User was not in the file at all... so this leads me to belive that something is wrong with your permissions file.

    can you post the entire file...user section as well please.
     
  11. Offline

    Novemberman

    Heres my Permissions list

    Code:
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'iMonster.User'
                - 'iConomy.*'
                - 'monsterhunt.usercmd.hunt'
                - 'monsterhunt.usercmd.huntscore'
                - 'monsterhunt.usercmd.huntstatus'
    
        Builder
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance: -default
            permissions:
                - 'general.items'
                - 'iMonster.User.'
                - 'iConomy.*'
    
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default -Builder
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
                - 'yeditor.editor'
                - 'monsterhunt.admincmd.huntstart'
                - 'monsterhunt.admincmd.huntstop'
    
    users:
        novemberman:
            group: Admins
            permissions:
      :
            group: Default
            permissions:
                - 'general.time'
    


    i still need to make groups ( my next issue im working on)
    also this is my first time doing all this ( as if you couldnt tell)
     
  12. Offline

    Vaupell

    LOVE this plugin..

    made a localtestrun..
    had to check if i could add drops
    so added

    264:1:100 to a skeleton drop
    and it works..

    However i also noticed it drops from skeleton "before" it dies ;D
    just a minor. could reproduce this over and over ;)
     
  13. Offline

    ZeroDPS

    @Novemberman
    well that is most likly your problem....allot of stuff you don't need in your user block

    users:
    novemberman:
    group: Admins
    permissions:

    nothing else....you have an extra : hanging out in the file and the second group is not needed

    you also should not need permissions in the user section unless a user belongs to a group and you want to override the groups behavior....
    --- merged: Feb 16, 2011 12:33 AM ---
    @Vaupell When the monster gives reward before he dies it's because of this bug in bukkit. Hopefully it is fixed soon or they update the death event. http://bugs.bukkit.org/issues/322
    --- merged: Feb 16, 2011 12:37 AM ---
    Also your Builder group is missing a : after the group name.

    If you are having problems...try deleting the permissions config file and letting it create the default one again and just change DarkGrave at the end of the file with your user name. change nothing else

    then test the plugins...

    then slowly make changes to the config and test things after changes, once you make 30 changes it is hard to tell which change broke it :)
     
  14. Offline

    ssechaud

    16-Feb-2011 00:32:18 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DAMAGEDBY_PROJECTILE to iMonster for iConomy
    java.lang.NullPointerException
    at zerodps.iMonster.iMonsterEntityListener.MonsterDeath(iMonsterEntityListener.java:103)
    at zerodps.iMonster.iMonsterEntityListener.onEntityDamageByProjectile(iMonsterEntityListener.java:55)
    at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.java:328)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:214)
    at net.minecraft.server.EntityArrow.b_(EntityArrow.java:170)
    at net.minecraft.server.World.a(World.java:1059)
    at net.minecraft.server.WorldServer.a(WorldServer.java:57)
    at net.minecraft.server.World.f(World.java:1041)
    at net.minecraft.server.World.c(World.java:1018)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:313)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  15. Offline

    Novemberman

    Well i decided to erase the permissions and imonster folder and restart now it works :)

    thank you guys
     
  16. Offline

    ZeroDPS

    first off...this is not a very good way to get help on problems...no explanation, no idea what is working, no versions of bukkit/plugins ect ect are listed.

    Please look at this sticky for help with problems:
    Saying "Its broke" doesnt help solve the issue.

    That being said...the error your getting is because iMonster is not able to get the balance from icomomy...which most likley means you a. have an old version of iconomy or b. dont have iconomy at all.
     
  17. Offline

    QQCucumber

    Uhm.. something very strange is going on with my setup. Everyone seems to be getting rewarded currency when 1 person kills a monster.
    --- merged: Feb 16, 2011 1:06 AM ---
    Seriously, I am not touching a damn thing and I'm getting coin. All I have is iconomy using flatfile and iMonster. What is going on?!

    Edit: I cannot tell you how bewildered I am, because I'm having a problem no one else seems to be having, and for the life of me I can't figure out what the hell it is.

    Edit2: Just killed a spider and my money count went up by 3. I'm using the default configuration!
     
  18. Offline

    ZeroDPS

    you do understand that iConomy be default gives everyone that is logged in 1 coin every 5 minutes?
     
  19. Offline

    Blackstorm72

    Wanna know whats funny? I just realized what that give-money-interval and those other things I never knew about iConomy does that with you saying that. Thanks for clarifying that for me :D
    QQCucumber - I'm not having this problem with any of my friends when they kill a mob. It may be a bad file, try re-downloading?
     
  20. Offline

    QQCucumber

    I did not.. I wonder why that isn't mentioned in the OP of the iconomy thread. :(

    Blackstorm72: It was the give interval, I was just confused.
     
  21. Offline

    ZeroDPS

    he is all fixed up now :) between iConomy giving the free money and a lowercase u in the iMonster permissions things were strange but its all better now
     
  22. Offline

    Blackstorm72

    Good to hear :)
     
  23. Offline

    Deminetix

    I cant wget the zip file in the thread on my linux shell... it says:

    minecraft@deminetix:~/Server/plugins$ wget http://forums.bukkit.org/attachments/imonster_1-7-zip.888
    --2011-02-16 13:38:44-- http://forums.bukkit.org/attachments/imonster_1-7-zip.888
    Resolving forums.bukkit.org... 174.36.220.118
    Connecting to forums.bukkit.org|174.36.220.118|:80... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2011-02-16 13:38:45 ERROR 403: Forbidden.

    But i can download it in windows...hmmm
     
  24. Offline

    ZeroDPS

    no idea...maybe the _ or the - or the fact that your error message calls the file imonster_1-7-zip.888 instead of _1.7.zip who knows :(
     
  25. Offline

    Deminetix

    Please dont tell me i have to ftp it to my server lol

    EDIT: Actually WAMP is my best friend right now
     
  26. Offline

    Nachocuban

    I am only getting currency from killing mob spawners. Permissions is correct, as users are getting drops. Killing the spawner correctly displays the message, and rewards coins, but monsters... not so much

    Code:
    ## iMonster Config File ##
    #Coins can be both positive and negitive, if you love spiders and don't want them killed, make it -20 and the player will loose 20 coins each spider killed.
    #Drops Need to be configured as follows: Creeper-Drops: ITEMID:QTY:PERCENTCHANCE;ITEMID:QTY:PERCENTAGE
    #Monster Max Drops will limit the amount of loot that will drop. (!!MONSTER WILL STILL GIVE NORMAL DROPS!! i.e. String, Arrow, Sulphur)
    # 100 = always drops, 25 = 1 in 4 chance of dropping , 1 = 1 in 100 chance of dropping
    #Example Monster-Drop Settings: % chance needs to be between 1 and 100 for now
    #Creeper-Drops: "264:1:1"   - Gives a 1 in 100 chance to drop 1 diamond
    #Creeper-Drops: "264:2:1;354:1:10"   - Gives a 1 in 100 chance to drop 2 diamonds and a 10 % chance to drop a cake.
    
    Monster-Max-Drops: 2
    Creeper-Coin: 10
    Creeper-Coin-Max: 10
    Creeper-Coin-Precent: 100
    Creeper-Drops: "283:1:5;284:1:5;285:1:5;286:1:5;294:1:5;314:1:1;315:1:1;316:1:1;317:1:1;279:1:1;313:1:1;263:1:20"
    
    Skeleton-Coin: 15
    Skeleton-Coin-Max: 15
    Skeleton-Coin-Precent: 100
    Skeleton-Drops: "261:1:25;264:1:1;276:1:1;310:1:1"
    
    Zombie-Coin: 5
    Zombie-Coin-Max: 5
    Zombie-Coin-Precent: 100
    Zombie-Drops: "302:1:10;303:1:5;304:1:8;305:1:12;277:1:1;311:1:1;349:1:25"
    
    Spider-Coin: 8
    Spider-Coin-Max: 8
    Spider-Coin-Precent: 100
    Spider-Drops: "260:1:25;260:2:10;278:1:1;312:1:1"
    
    PigZombie-Coin: 5
    PigZombie-Coin-Max: 5
    PigZombie-Coin-Precent: 100
    PigZombie-Drops: ""
    
    Ghast-Coin: 10
    Ghast-Coin-Max: 10
    Ghast-Coin-Precent: 100
    Ghast-Drops: ""
    
    Slime-Coin: 5
    Slime-Coin-Max: 5
    Slime-Coin-Precent: 100
    Slime-Drops: ""
    
    Giant-Coin: 20
    Giant-Coin-Max: 20
    Giant-Coin-Precent: 100
    Giant-Drops: ""
    
    Mob-Spawner-Coin: 100
    Mob-Spawner-Drops: "354:1:75;322:1:10"
    Reward-Mob-Spawner-Destroy: true
    iConomy-Mob-Spawner-Message: "$5Mob Spawner Killed!  You have been awarded %c!"
    iConomy-Mob-Spawner-Message-Enabled: true
     
    Check-For-Mob-Spawner-Camping: true
    Mob-Spawner-Camping-Radius: 15
    Reward-Kills-With-Bow: false
    RewardKillsWithBowDisabledMessageEnabled: true
    RewardKillsWithBowDisabledMessage: "$cNo Reward for camping with a bow go out and fight!"
     
    #Variables for the messages:
    # Black = $0
    # Dark Blue = $1
    # Dark Green = $2
    # Dark Aqua = $3
    # Dark Red= $4
    # Dark Purple = $5
    # Gold = $6
    # Gray = $7
    # Dark Grey = $8
    # Blue = $9
    # Green = $a
    # Aqua = $b
    # Red = $c
    # Light Purple = $d
    # Yellow = $e
    # White = $f
    # %m = Mob Name
    # %p = Player Name
    # %c = iConomy Currency Reward (this includes the amount and iConomy currency name i.e. 100 Crazy Coins or what ever you named your iConomy currency)
    
    Mob-Spawner-Camping-Message-Enabled: false
    Mob-Spawner-Camping-Message: "$cNo Reward for %m camping near the spawner."
    
    iConomy-Kill-Deposit-Message-Enabled: true
    iConomy-Kill-Deposit-Message: "$e%m Killed - %c deposited into your iConomy Account."
    
    iConomy-Protected-Kill-Message-Enabled: true
    iConomy-Protected-Kill-Message: "$cProtected %m Killed - %c removed from your iConomy Account."
    
    iConomy-Protected-Kill-No-Money-Message-Enabled: true
    iConomy-Protected-Kill-No-Money-Message: "$4Protected %m, you don't have the money for the fine. %m resurecting >.< "
     
  27. Offline

    ZeroDPS

    are you testing with a bow? only thing i see is you have bows turned off, but even that would give a message.

    this is an interesting issue, as the drops and the currency are handled by the same code. let me look a little deeper
     
  28. Offline

    Nachocuban

    I have tried with all weapons, unarmed, and tools. And with both Admin, and Default groups. I believe the issue started when I upgraded to 1.6 and put in the variable coin drops, but I can't find an issue with the syntax.
     
  29. Offline

    ssechaud

    Sorry, was a bit rushed, when in doubt though best to assume we are using the latest. I'm on the CB b328 and iMonster 1.7, iConomy 2.2b
     
  30. Offline

    philipborg

    whats the thing with iMonster.User when I start up CraftBukkit it stands
    Code:
    2011-02-16 13:02:50 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-16 13:02:50 [WARNING] **** NOT ENOUGH RAM!
    2011-02-16 13:02:50 [WARNING] To start the server with more ram, launch it as "j
    ava -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-16 13:02:50 [INFO] Loading properties
    2011-02-16 13:02:50 [INFO] Starting Minecraft server on *:25565
    2011-02-16 13:02:50 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-02-16 13:02:50 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2011-02-16 13:02:50 [WARNING] While this makes the game possible to play without
     internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2011-02-16 13:02:50 [WARNING] To change this, set "online-mode" to "true" in the
     server.settings file.
    2011-02-16 13:02:50 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-409-gcb2bced (MC: 1.2_01)
    2011-02-16 13:02:50 [INFO] Preparing level "world"
    2011-02-16 13:02:50 [INFO] Preparing start region
    2011-02-16 13:02:51 [INFO] Preparing spawn area: 28%
    2011-02-16 13:02:52 [INFO] Preparing spawn area: 69%
    2011-02-16 13:02:53 [INFO] [iConomy] version [2.2] (Aime) loaded
    2011-02-16 13:02:53 [INFO] [Permissions] version [2.0] (Handler) loaded
    iMonster for iConomy version 1.7 is enabled!
    Permission plugin detected - you must have iMonster.User
    2011-02-16 13:02:53 [INFO] Begin Loading WormholeXTreme Plugin.
    2011-02-16 13:02:54 [INFO] 0 Wormholes loaded from DB.
    2011-02-16 13:02:54 [INFO] WormholeXTreme v0.725 ready.
    2011-02-16 13:02:54 [INFO] Done! For help, type "help" or "?"
    
    Any body know whats the thing with iMonster.User is? I recently started to use bukkit like some minutes ago so am new at bukkit
     
  31. Offline

    ZeroDPS

    @philipborg it is just telling you that it found your permissions plugin and you need to make sure to add the 'iMonster.User' permission for anyone that you want to benifit from it.

    @Nachocuban please try backing up your current config by renaming it, and let iMonster create a new one and see if the problem is still happening. if it is then there might be a plugin conflict of some sort, if the problem fixes itself then it is something in your config.

    If it is in your config please attach it to a message and i will take a look at it.
     

Share This Page