Filled Pokeballs

Discussion in 'Archived: Plugin Requests' started by tjehu, Nov 3, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    tjehu

    Basically, I just want a similar plugin to this one that works with 1.7.2
    http://dev.bukkit.org/bukkit-plugins/poke-ball/
    I would however like to be able to name and choose the item type in the config as well as having the pokeball item only be obtainable by people with a permission like pokeball.spawnitem or something like that.

    Thanks in advance!
     
  2. Offline

    Watto

    tjehu
    Have you tried asking the developer to update and requested those features rather than someone completely remaking it?
     
  3. Offline

    tjehu

    His last login was May 30th, so I thought I'd have better luck here.
    And yes, I did ask.
     
  4. Online

    timtower Administrator Administrator Moderator

    tjehu Outdated doesn't mean broken till proven otherwise.
    You haven't said anything about what needs to be updated.
     
    Hawktasard and AdamQpzm like this.
  5. Offline

    tjehu

    timtower
    Sadly, it was proven otherwise.
    http://pastebin.com/5sJkU8ft
    I am not sure what the problem is, but I'm pretty sure it's due to it being out of date as it didn't even run on a blank 1.7.2 server.
     
  6. Offline

    ChipDev

    tjehu likes this.
  7. Offline

    tjehu

    ChipDev I haven't. I'm somewhat new to this. I'll go try to figure it out.

    Alright, I found it. The plugin.yml had bt.leavepoke: missing the colon. Gotta love those irritating typos!

    Thanks!
     
  8. Online

    timtower Administrator Administrator Moderator

    tjehu It is something that isn't version depending. Open up the jar, edit the plugin.yml, put this in it:
    Show Spoiler
    Code:
    name: PokeBall
    main: de.bdh.pokeball.Main
    version: 1.1
    authors: [wmchris]
    commands:
        btaddloc:
             description: Pokeball add location
             usage: /btaddloc
        btremloc:
             description: Pokeball rem location
             usage: /btremloc
        leavePoke:
             description: Leave pokeball
             usage: /leavePoke
    permissions:
        bt.catchPlayer:
            description: player can catch players
            default: op
        bt.catchmob:
            description: player with catchmob rights
            default: op
        bt.catchanimal:
            description: player with catch animal rights
            default: op
        bt.fightmob:
            description: player with fight mob rights
            default: op
        bt.admin:
            description: player can add locations
            default: op
        bt.net:
            description: player can spawn webs from an egg
            default: op
        bt.leavepoke:
            description: player can leave the teleport location on own will
            default: op
        bt.throwegg:
            description: player can throw spawneggs
            default: op
    Developer forgot a semicolon.
     
    tjehu likes this.
  9. Offline

    tjehu

    timtower Yup. I need to learn how to understand error logs better. I thought it was having trouble with a non-existent config file, thinking I had modified it incorrectly, when it was really just trying to create it in the first place.
     
  10. Online

    timtower Administrator Administrator Moderator

    tjehu plugin.yml is different then config.yml.....
     
  11. Offline

    tjehu

    timtower I know. Usually when it comes up with mapping value errors, I assume it to be the config. Heaven knows how often I screw those up. Thanks!
     
  12. Online

    timtower Administrator Administrator Moderator

    tjehu Nice thing about errors, they generally tell which file:
    Code:
    [Server thread/ERROR]: Could not load 'plugins\Pokeball.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
     
  13. Offline

    tjehu

    timtower Yeah, but you're forgetting that value Tjehu = "stupid" in most cases. XD
     
    _Hybrid and timtower like this.
Thread Status:
Not open for further replies.

Share This Page