[FUN] Citizens v2.0.11 - Human NPCs for Bukkit [1.7.2]

Discussion in 'Archived: Plugin Releases' started by Citizens, Mar 5, 2011.

  1. Offline

    Citizens

    Citizens - Human NPCs for Bukkit
    Version: 2.0.11
    Authors: @fullwall and @aPunch
    Source: Citizens on GitHub

    Citizens is now on BukkitDev

    This thread will no longer be updated. We encourage you to use our page on BukkitDev. You can find information, links to our wiki and website, and the download page there.

    Showing Your Support

    We work hard to maintain Citizens. We've been working on Citizens2 around the clock on new and exciting features. A little motivation never hurts, so feel free to donate to us - fullwall and aPunch.

    If you can't donate, we appreciate a "hello" every now and then. Stop by the IRC channel #citizens on irc.esper.net to discuss Citizens and give thanks!
     
  2. Offline

    freman

    I'm sorry, I tried the forum search but it didn't turn up much useful information in this massive thread - I'm sure it's been asked but I can't find it - Can Citizen NPCs be used to keep a chunk loaded?
     
  3. Offline

    d00ba

    My guess, would be that your Wizard is trying to spawn a mob within a WorldGuard region where mob-spawning is disabled.
     
  4. Offline

    Poe

    thanks that was problem
     
  5. Offline

    iwasnumber4

    how do i change the skin of an npc? and how to i make them move?
     
  6. Offline

    locutus

    This plugin is behaving as though players don't have any permissions. They can't buy from npc shops, and when they /npc create they get a permissions error. It was working before, and I'm pretty sure I gave them the relevant permissions. Running Citizens 1.0.9d on 1000 with permissions 3.1.5b.

    My permissions file:
    http://pastebin.com/qjPz5NER
     
  7. Offline

    Starrk

    Hmm, I've made several more way-points to test it out again but whenever I restarted or reloaded the server they just disappear. I've checked my npc-profiles.yml and all the Citizens are there yet the ones who move are gone.

    I get this error after restarting the server/reloading the server :


    Task of 'Citizens' generated an exception
    java.lang.ArrayIndexOutOfBoundsException: 1
    at com.citizens.utils.LocationUtils.loadLocation(LocationUtils.java:64)
    at com.citizens.properties.properties.BasicProperties.getWaypoints(BasicProperties.java:261)
    at com.citizens.properties.properties.BasicProperties.loadState(BasicProperties.java:312)
    at com.citizens.properties.PropertyManager.load(PropertyManager.java:51)
    at com.citizens.npcs.NPCManager.register(NPCManager.java:64)
    at com.citizens.Citizens.setupNPCs(Citizens.java:305)
    at com.citizens.Citizens.access$0(Citizens.java:286)
    at com.citizens.Citizens$1.run(Citizens.java:120)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)​
     
  8. Offline

    fullwall

    @Starrk - that probably means that rather than disappearing, an error is causing them to not be loaded. In this case, it looks like waypoints are not being loaded as they should. Can you post your npc-profiles.yml?
    @freman - they could, but right now they don't to save memory.
     
    Starrk likes this.
  9. Offline

    BlueRazor

    You should talk to the dev of World edit and see if you can make a "region flag" to disable evil npcs in the area
    Also you should have a config were you can set what blocks evil npcs can spawn on
     
  10. Offline

    Godleydemon

    I'm having a problem with traders, I have them setup but regular members can't use them even though there permissions are set correctly.
    Code:
    groups:
        Builder:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
            - foo.bar
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - signColours.*
            - colorme.self
            - citizens.use.wizard
            - citizens.use.trader
            - citizens.use.blacksmith
            - citizens.use.healer
            - password.password
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.list
    
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - foo.*
            - foo.test
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - towny.admin
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.use.trader
            - citizens.use.blacksmith
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.create.wizard
            - citizens.use.trader
            - citizens.create.trader
            - citizens.use.blacksmith
            - citizens.create.blacksmith
            - citizens.basic.*
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - falsebook.anyic
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
            - hungry.player.hunger
            - hungry.player.hunger.check
            - hungry.player.food
            - hungry.player.food.list
            - hungry.admin.toggle
            - hungry.admin.sethunger
            - signColours.*
            - colorme.self
            - colorme.other
            - colorme.remove
            - citizens.use.wizard
            - citizens.create.wizard
            - citizens.use.trader
            - citizens.create.trader
            - citizens.use.blacksmith
            - citizens.create.blacksmith
            - citizens.basic.*
            - citizens.use.healer
            - citizens.create.healer
            - mantraweather.weather
            - falsebook.blocks.*
            - falsebook.destroy.blocks
            - falsebook.blocks.area
            - falsebook.cart.*
            - falsebook.blocks.readbooks
            - falsebook.destroy.blocks
            - mcmmo.skills.*
            - mcmmo.ability.*
            - mcmmo.chat.partychat
            - mcmmo.chat.adminchat
            - mcmmo.commands.party
            - mcmmo.commands.ptp
            - mcmmo.commands.ability
            - mcmmo.regeneration
            - mcmmo.commands.myspawn
            - mcmmo.commands.setmyspawn
            - mcmmo.commands.setmyspawnother
            - simplesignedit.setowner
            - simplesignedit.edit
            - simplesignedit.colour.*
            - factions.participate
            - factions.create
            - factions.viewAnyPower
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.adminBypass
            - factions.reload
            - factions.saveall
            - factions.lock
            - factions.disband
            - factions.worldOptions
            - factions.config
            - bb.admin.watch
            - bb.admin.info
            - bb.admin.rollback
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.basic.add
            - waypoint.basic.delete
            - waypoint.basic.teleport
            - waypoint.basic.invite
            - waypoint.basic.invite.accept
            - waypoint.home
            - waypoint.home.set
            - waypoint.admin.spawn
            - waypoint.admin.spawn.set
            - waypoint.admin.spawn.save
            - waypoint.admin.spawn.load
            - waypoint.admin.warp
            - waypoint.spawn
            - waypoint.warp
            - waypoint.warp.access
            - waypoint.warp.create
            - waypoint.warp.delete
            - waypoint.warp.list
        Default:
            permissions:
            inheritance:
    
     
  11. Offline

    aPunch

    Your Permissions are, in fact, not set correctly. Refer to our new permission nodes documentation here.
     
  12. Offline

    TaylorArcher

    Hey Guys could I ask if you add it so you can BUY NPC's so if a store owner wanted an NPC they pay 'Set Amount' and they can OWN or RENT an NPC to run there shops for them, and that the NPC takes and only uses ITEMS inside CHEST.
     
  13. Offline

    Starrk

    Thanks for the response. Here's my npc-profile :

    Basically every single one that has waypoints, disappears.

    Also, I really really really appreciate the assistance.
     
  14. Offline

    fullwall

    @Starrk - ok, hmmm... looks like waypoint code is generating empties :/. For example, see under '1' - '5' is {} which is causing an error.
     
  15. Offline

    freman

    Would be great if we had the option, would keep some stuff in my spawn area alive for new arrivals.
     
  16. Offline

    Scandragon

    Hey full,
    Is it possible to add an NPC prefix?
    After making the npc (let's say his name is Bob) you give him a prefix with /npc prefix Old Fart

    In chat format, you can then add prefix and it'd be in chat.
    Example:
    Old Fart Bob: Hello there

    Possibly also a postfix (same idea, different command)
    Example: (/npc postfix the Greeter)
    Old Fart Bob the Greeter: Hello there

    This way you could use others skins and still have a title added to the NPCs chat
     
  17. Offline

    Soryo

    Is there a way to make it so Wizards don't cost anything to teleport you?
     
  18. Offline

    Sejsel

    Well, i upgraded from 1.0.9c to 1.0.9d, removed all the single quotes, changed permissions, but some NPCs disappeared. When i tried to recreate one, it disappeared too.
    My groups.yml
    Code:
    groups:
        Player:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'mcmmo.skills.*'
                - 'falsebook.blocks.*'
                - '-falsebook.blocks.area'
                - 'commandbook.spawn'
                - 'commandbook.who'
                - 'lwc.protect'
                - 'locker.unlock.password'
                - 'warpz0r.sethome'
                - 'warpz0r.home'
                - 'warpz0r.compassreset'
                - 'BOSEconomy.common'
                - 'commandbook.say.me'
                - 'warpz0r.warp'
                - 'jobs.join.*'
                - 'jobs.world.world'
                - 'jobs.world.world_nether'
                - 'citizens.trader.use.trade'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'dynmap.show.self'
                - 'dynmap.hide.self'
    
        VIP:
            default: false
            info:
                prefix: '&c[VIP] &f'
                suffix: ''
                build: true
            inheritance:
                - Player
            permissions:
                - 'mcmmo.skills.*'
                - 'falsebook.blocks.*'
                - '-falsebook.blocks.area'
                - 'commandbook.spawn'
                - 'commandbook.who'
                - 'lwc.protect'
                - 'locker.unlock.password'
                - 'warpz0r.sethome'
                - 'warpz0r.home'
                - 'warpz0r.compassreset'
                - 'BOSEconomy.common'
                - 'commandbook.say.me'
                - 'simplereserve.enter.kick'
                - 'warpz0r.warp'
                - 'warpz0r.set'
                - 'afkbooter.exempt'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.jidlo'
                - 'commandbook.kit.kits.vozik'
                - 'commandbook.kit.kits.nastroje'
                - 'commandbook.kit.kits.koleje'
                - 'commandbook.kit.kits.cobblestone'
                - 'citizens.trader.use.trade'
                - 'jobs.join.*'
                - 'jobs.world.world'
                - 'jobs.world.world_nether'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'dynmap.show.self'
                - 'dynmap.hide.self'
    
        exvip:
            default: false
            info:
                prefix: '&4[EXTENDED-VIP] &f'
                suffix: ''
                build: true
            inheritance:
                - VIP
            permissions:
                - 'mcmmo.skills.*'
                - 'falsebook.blocks.*'
                - '-falsebook.blocks.area'
                - 'commandbook.spawn'
                - 'commandbook.who'
                - 'lwc.protect'
                - 'locker.unlock.password'
                - 'warpz0r.sethome'
                - 'warpz0r.home'
                - 'warpz0r.compassreset'
                - 'BOSEconomy.common'
                - 'commandbook.say.me'
                - 'simplereserve.enter.kick'
                - 'warpz0r.warp'
                - 'warpz0r.set'
                - 'afkbooter.exempt'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.jidlo'
                - 'commandbook.kit.kits.vozik'
                - 'commandbook.kit.kits.nastroje'
                - 'commandbook.kit.kits.koleje'
                - 'commandbook.kit.kits.cobblestone'
                - 'citizens.trader.use.trade'
                - 'jobs.join.*'
                - 'jobs.world.world'
                - 'jobs.world.world_nether'
                - 'iConomy.access'
                - 'iConomy.payment'
                - 'dynmap.show.self'
                - 'dynmap.hide.self'
                - 'citizens.npccount.3'
                - 'citizens.trader.use.help'
                - 'citizens.trader.use.showmoney'
                - 'citizens.trader.modify.stock'
                - 'citizens.trader.modify.clearstock'
                - 'citizens.trader.modify.money'
                - 'citizens.trader.use.list'
                - 'citizens.toggle.trader'
                - 'citizens.basic.create'
                - 'citizens.basic.use.help'
                - 'citizens.basic.modify.move'
                - 'citizens.basic.modify.remove'
                - 'citizens.basic.modify.rename'
                - 'citizens.basic.modify.settext'
                - 'citizens.basic.modify.addtext'
                - 'citizens.basic.modify.resettext'
                - 'citizens.basic.modify.item'
                - 'citizens.basic.modify.armor'
                - 'citizens.basic.modify.talkclose'
    
        Admin:
            default: false
            info:
                prefix: '&3[Admin] &f'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - VIP
            permissions:
                - ''
    and my npc-profiles.yml:
    Code:
    '0':
        basic:
            name: MineForLife
            look-when-close: 'false'
            color: '3'
            items: 0,0,0,0,0
            location: world,-34.53125,71.0,-2.28125,-0.23653412,-4.9624968
            owner: Johnsonek
            inventory: AIR*36,
            text: Vitej na server s nazvem §3Mineforlife!;Zaroven vitej v hlavnim §3meste §fa na §dspawnu!;Nas web je §4www.mineforlife.tk!
            talk-when-close: 'true'
    '1':
        basic:
            inventory: 46/1/0,AIR*35,
            name: Sejsel
            color: '4'
            location: world,-83.35644977497542,68.0,20.45114017387707,-89.15582,48.798206
            owner: Sejsel
            talk-when-close: 'false'
            items: 46,302,303,304,305
            look-when-close: 'false'
    '2':
        basic:
            name: Gamlin
            color: '13'
            inventory: AIR*36,
            items: 0,0,0,0,0
            location: world,-83.65518018108958,67.0,19.447765967185518,-89.95566,30.236456
            talk-when-close: 'false'
            look-when-close: 'false'
            owner: Sejsel
    '3':
        basic:
            color: '15'
            look-when-close: 'false'
            items: 278,0,0,0,0
            inventory: 278/1/0,AIR*35,
            owner: Sejsel
            location: world,-83.35247691699546,67.0,21.42149297957341,257.84598,27.48067
            talk-when-close: 'false'
            name: Johnsonek
    '4':
        basic:
            name: Babka
            talk-when-close: 'true'
            text: Nechces jablicko? Cervavy jen malicko....
            location: world,-100.9276508196887,65.0,-2.24018717614592,231.8519,0.0
            owner: Server
            items: 0,314,315,316,317
            color: '15'
            inventory: 260/1/0,AIR*35,
            look-when-close: 'true'
        trader:
            unlimited: 'true'
            stock: 260/1/0/,100.0/true,false,
            balance: '2700.0'
            toggle: 'true'
    '5':
        basic:
            location: world,-92.30000001192093,65.0,-11.699999988079073,3.1845016,0.0
            owner: Server
            look-when-close: 'false'
            color: '15'
            items: 0,0,0,0,0
            inventory: 46/1/0,AIR*35,
            talk-when-close: 'true'
            text: Pssssst .. pojd sem, mam levny tnt .. jen pro tebe
            name: tnt
        trader:
            balance: '0.0'
            toggle: 'true'
            unlimited: 'false'
            stock: 46/1/0/,80000.0/true,false,
    '6':
        basic:
            look-when-close: 'true'
            location: world,-55.30000001192093,65.0,43.54409860354764,90.29062,0.0
            color: '15'
            name: Kvetinarka
            owner: Server
            inventory: 37/1/0,38/1/0,AIR*4,6/1/1,AIR*1,6/1/2,AIR*27,
            items: 0,298,299,300,301
            talk-when-close: 'false'
        trader:
            unlimited: 'true'
            balance: '13650.0'
            toggle: 'true'
            stock: 6/1/0/,150.0/true,false,;37/1/0/,50.0/true,false,;6/1/2/,150.0/true,false,;38/1/0/,50.0/true,false,;6/1/1/,150.0/true,false,
    '7':
        basic:
            inventory: 320/1/0,297/1/0,335/1/0,357/1/0,AIR*32,
            look-when-close: 'true'
            name: George
            text: Divadelni bufet! Vsechno k jidlu! ... melo by..
            items: 0,0,0,0,0
            talk-when-close: 'true'
            owner: Server
            color: '15'
            location: world,-92.30000001192093,66.0,56.0344423870762,180.65536,0.0
        trader:
            stock: 357/1/0/,50.0/true,false,;335/1/0/,90.0/true,false,;320/1/0/,100.0/true,false,;297/1/0/,70.0/true,false,
            balance: '190.0'
            unlimited: 'true'
            toggle: 'true'
    '8':
        basic:
            location: world,-32.69999998807907,67.0,34.699999988079085,1.0457001,-52.23278
            talk-when-close: 'false'
            name: divak
            owner: Johnsonek
            items: 0,0,0,0,0
            inventory: AIR*36,
            look-when-close: 'true'
            color: '15'
    '9':
        basic:
            talk-when-close: 'true'
            text: Chces se projet po spawnu? Kup si vozik
            look-when-close: 'true'
            location: world,-68.75,66.0,24.8125,5.616081,14.447253
            owner: Server
            items: 0,0,0,0,0
            color: '15'
            name: Shaun
            inventory: 328/1/0,AIR*35,
        trader:
            unlimited: 'true'
            balance: '2500.0'
            stock: 328/1/0/,250.0/true,false,
            toggle: 'true'
    '10':
        basic:
            location: world,-92.42595166102844,53.0,23.30000001192093,209.91934,0.0
            color: '15'
            name: Miner
            items: 0,0,0,0,0
            inventory: 274/1/0,270/1/0,50/64/0,AIR*33,
            owner: SErver
            talk-when-close: 'true'
            look-when-close: 'true'
            text: Kupujte moje kvalitni zbozi! Nejlepe pro velke doly!
        trader:
            toggle: 'true'
            stock: 274/1/0/,1000.0/true,false,;270/1/0/,700.0/true,false,;50/64/0/,320.0/true,false,
            balance: '9835.0'
            unlimited: 'true'
    '11':
        basic:
            owner: Server
            talk-when-close: 'true'
            text: Chces moje houbicky?
            inventory: 39/1/0,40/1/0,AIR*34,
            look-when-close: 'true'
            name: God
            location: world,-97.42508678173685,53.0,23.30000001192093,191.57956,0.0
            items: 0,0,0,0,0
            color: '15'
        trader:
            balance: '35700.0'
            toggle: 'true'
            stock: 40/1/0/,100.0/true,false,;39/1/0/,100.0/true,false,
            unlimited: 'true'
    '12':
        basic:
            talk-when-close: 'true'
            look-when-close: 'true'
            location: world,-102.71875,53.0,14.4375,-8.258232,0.0
            owner: Sejsel
            name: Forad
            color: '15'
            items: 0,0,0,0,0
            inventory: 331/64/0,76/64/0,356/64/0,AIR*33,
            text: BUH NEEXISTUJE! REDSTONE ANO! KUPUJTE REDSTONE VECI;Kupujte Restone!;Zajimas se o redstone? Tak to pojd sem
        trader:
            stock: 76/64/0/,200.0/true,false,;331/64/0/,1500.0/true,false,;356/64/0/,2500.0/true,false,
            unlimited: 'true'
            toggle: 'true'
            balance: '50300.0'
    '13':
        basic:
            owner: Server
            talk-when-close: 'true'
            location: world,-102.53125,53.0,23.28125,-63.996655,0.0
            look-when-close: 'true'
            name: Fishman
            text: Jsem rybar, a ja rad ryby!
            inventory: 346/1/0,349/1/0,350/1/0,333/1/0,AIR*32,
            color: '15'
            items: 0,0,0,0,0
        trader:
            unlimited: 'true'
            stock: 349/1/0/,300.0/true,false,;350/1/0/,500.0/true,false,;346/1/0/,1500.0/true,false,;333/1/0/,3000.0/true,false,
            toggle: 'true'
            balance: '10200.0'
    '14':
        basic:
            name: Archer
            location: world,-97.55578727005769,53.0,14.699999988079071,19.917458,0.0
            owner: Server
            look-when-close: 'true'
            items: 0,0,0,0,0
            text: Potrebujete si postavit chatku? Tak nakupujte moje zbozi!
            talk-when-close: 'true'
            inventory: 271/1/0,275/1/0,17/5/0,5/30/0,AIR*32,
            color: '15'
        trader:
            unlimited: 'true'
            stock: 275/1/0/,1200.0/true,false,;5/30/0/,500.0/true,false,;271/1/0/,1000.0/true,false,;17/5/0/,700.0/true,false,
            balance: '6500.0'
            toggle: 'true'
    '15':
        basic:
            owner: Server
            talk-when-close: 'false'
            name: Fumblemore
            inventory: 268/1/0,272/1/0,261/1/0,262/64/0,AIR*32,
            color: '15'
            text: Potrebujes zbrane? Tak nakupuj u me!
            items: 0,0,0,0,0
            location: world,-92.41729969053823,53.0,14.699999988079071,12.558037,0.0
            look-when-close: 'true'
        trader:
            balance: '0.0'
            toggle: 'true'
            unlimited: 'false'
    '16':
        basic:
            look-when-close: 'true'
            location: world,-52.881584548098274,65.0,23.26338607752723,119.716705,-60.528233
            owner: Sejsel
            color: '15'
            items: 0,0,0,0,0
            talk-when-close: 'false'
            inventory: AIR*36,
            name: Miclee
    '17':
        basic:
            text: Nemas pivko?
            inventory: AIR*36,
            look-when-close: 'true'
            name: Opilec
            talk-when-close: 'true'
            location: world,-78.2636773120821,65.0,15.784374683277534,-70.93604,0.0
            items: 0,0,0,0,0
            owner: Sejsel
            color: '15'
    '18':
        basic:
            waypoints:
                '19':
                    location: world,-63.0,64.0,42.0,0.0,0.0
                '17':
                    delay: '0'
                '35':
                    location: world,-66.0,64.0,-19.0,0.0,0.0
                    delay: '0'
                '36':
                    location: world,-66.0,64.0,-28.0,0.0,0.0
                '33':
                    location: world,-66.0,64.0,-3.0,0.0,0.0
                '15':
                    location: world,-60.0,64.0,13.0,0.0,0.0
                    delay: '0'
                '16':
                    location: world,-63.0,64.0,13.0,0.0,0.0
                    delay: '0'
                '34':
                    location: world,-66.0,64.0,-10.0,0.0,0.0
                    delay: '0'
                '13':
                    delay: '0'
                '39':
                    delay: '0'
                '14':
                    delay: '0'
                '11':
                    delay: '0'
                    location: world,-63.0,64.0,-12.0,0.0,0.0
                '37':
                    delay: '0'
                    location: world,-65.0,64.0,-31.0,0.0,0.0
                '38':
                    delay: '0'
                    location: world,-65.0,64.0,-41.0,0.0,0.0
                '12':
                    location: world,-63.0,64.0,-2.0,0.0,0.0
                    delay: '0'
                '21':
                    delay: '0'
                '20':
                    delay: '0'
                '22':
                    delay: '0'
                '23':
                    delay: '0'
                    location: world,-65.0,64.0,27.0,0.0,0.0
                '24':
                    location: world,-65.0,64.0,19.0,0.0,0.0
                '25':
                    delay: '0'
                '26':
                    location: world,-68.0,64.0,13.0,0.0,0.0
                '27':
                    location: world,-68.0,64.0,9.0,0.0,0.0
                '28':
                    location: world,-76.0,64.0,9.0,0.0,0.0
                    delay: '0'
                '29':
                    location: world,-68.0,64.0,9.0,0.0,0.0
                '3':
                    location: world,-54.0,64.0,-46.0,0.0,0.0
                    delay: '0'
                '2':
                    location: world,-47.0,64.0,-46.0,0.0,0.0
                '10':
                    location: world,-63.0,64.0,-22.0,0.0,0.0
                '1':
                    delay: '0'
                    location: world,-46.0,64.0,-46.0,0.0,0.0
                '0':
                    delay: '0'
                    location: world,-39.0,64.0,-46.0,0.0,0.0
                '30':
                    location: world,-68.0,64.0,6.0,0.0,0.0
                    delay: '0'
                '7':
                    delay: '0'
                    location: world,-63.0,64.0,-38.0,0.0,0.0
                '6':
                    location: world,-63.0,64.0,-46.0,0.0,0.0
                '32':
                    delay: '0'
                '5':
                    location: world,-60.0,64.0,-46.0,0.0,0.0
                '31':
                    location: world,-66.0,64.0,6.0,0.0,0.0
                    delay: '0'
                '4':
                    delay: '0'
                '9':
                    location: world,-63.0,64.0,-30.0,0.0,0.0
                    delay: '0'
                '8':
                    location: world,-63.0,64.0,-31.0,0.0,0.0
                    delay: '0'
            look-when-close: 'false'
            inventory: AIR*36,
            name: Civilista
            location: world,-60.910447784691826,65.0,-45.2658729401892,-277.34924,38.55001
            color: '15'
            owner: Johnsonek
            text: Nemas pivko?
            talk-when-close: 'false'
            items: 0,0,0,0,0
    '19':
        basic:
            waypoints:
                '2':
                    location: world,-57.0,64.0,-5.0,0.0,0.0
                '1':
                    delay: '0'
                '0':
                    location: world,-53.0,64.0,-2.0,0.0,0.0
                '5':
                    location: world,-54.0,64.0,-11.0,0.0,0.0
            inventory: AIR*36,
            items: 0,0,0,0,0
            look-when-close: 'true'
            owner: Johnsonek
            color: '15'
            talk-when-close: 'false'
            name: Zamestnanec
            location: world,-52.840691211173386,65.0,-7.309367165424574,26.210098,-30.675377
            text: Vis, ze na "Traxa" byla vypsana odmena? 50 000 Mifolu.
    '20':
        basic:
            name: Onyx
            location: world,-82.07799130326384,49.0,38.47336290251032,227.80814,0.0
            color: '15'
            owner: Server
            text: Mam tu pro tebe 64 obsidianu jen za 10 000 mifolu
            inventory: 49/64/0,AIR*35,
            look-when-close: 'true'
            talk-when-close: 'true'
            items: 0,0,0,0,0
        trader:
            stock: 49/64/0/,10000.0/true,false,
            toggle: 'true'
            balance: '70000.0'
            unlimited: 'true'
    '21':
        basic:
            items: 0,0,0,0,0
            text: Kupuju hlinu a cobblestone. 64 kusu za stack.
            talk-when-close: 'true'
            color: '15'
            look-when-close: 'true'
            location: world,-78.99004263778158,49.0,36.64595793984358,144.84647,0.0
            owner: trader
            name: MutatedCow
            inventory: 4/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/32/0,AIR*14,3/64/0,3/64/0,3/64/0,AIR*3,
        trader:
            stock: 4/64/0/,64.0/true,true,;3/64/0/,64.0/true,true,
            balance: '99872.0'
            toggle: 'true'
            unlimited: 'true'
    '22':
        basic:
            items: 0,0,0,0,0
            name: Derg
            owner: Server
            color: '15'
            look-when-close: 'true'
            talk-when-close: 'true'
            location: world,-95.5406106830904,49.0,34.61209047609546,-13.956879,0.0
            inventory: 29/1/0,33/1/0,AIR*34,
            text: Mam pro vas Pistony.. a to celkem.. levneee!
        trader:
            balance: '0.0'
            toggle: 'false'
            unlimited: 'false'
    '23':
        basic:
            text: Vitej! Tento les slouzi pro hrace na drevo!
            items: 0,0,0,0,0
            name: Drevorubec
            location: world,328.05724373993115,67.0,23.799478444970045,153.18869,-24.642218
            look-when-close: 'true'
            owner: Johnsonek
            talk-when-close: 'true'
            color: '15'
            inventory: AIR*36,
    '24':
        basic:
            text: Kupuju drevo. Ve velkym. Stack Wood za 400 Mifolu
            items: 0,0,0,0,0
            name: cowdogcat
            color: '15'
            talk-when-close: 'true'
            location: world,-94.07588364751166,49.0,31.417662299351107,85.950096,24.900026
            inventory: 17/64/2,17/64/1,17/64/0,AIR*33,
            look-when-close: 'true'
            owner: Server
        trader:
            toggle: 'true'
            balance: '998800.0'
            stock: 17/64/1/,400.0/true,true,;17/64/2/,400.0/true,true,;17/64/0/,400.0/true,true,
            unlimited: 'true'
    '25':
        basic:
            name: DemT
            look-when-close: 'true'
            inventory: 267/1/0,AIR*35,
            talk-when-close: 'true'
            items: 0,0,0,0,0
            location: world,-89.90756546216255,49.0,30.647925582907884,-39.78835,-22.151562
            owner: server
            color: '15'
            text: Ty chces zbrane? Jsi tu spravne!
        trader:
            stock: 267/1/0/,2000.0/true,false,
            balance: '20000.0'
            unlimited: 'true'
            toggle: 'true'
    '26':
        basic:
            owner: Server
            text: Mam tu pro tebe kvalitni nastroje. A levne.
            items: 0,0,0,0,0
            name: Natros
            inventory: 359/1/0,257/1/0,256/1/0,258/1/0,292/1/0,AIR*31,
            color: '15'
            location: world,-87.90662350168246,49.0,38.69999998807907,211.49377,-42.864563
            talk-when-close: 'true'
            look-when-close: 'true'
        trader:
            stock: 292/1/0/,2500.0/true,false,;359/1/0/,2500.0/true,false,;258/1/0/,2500.0/true,false,;257/1/0/,2500.0/true,false,;256/1/0/,2500.0/true,false,
            toggle: 'true'
            balance: '197500.0'
            unlimited: 'true'
    '27':
        basic:
            look-when-close: 'true'
            items: 276,0,0,0,0
            owner: Sejsel
            inventory: 276/1/0,AIR*35,
            text: Ja to tu ridim. Nikomu ani muk, nebo te zabijeme.
            talk-when-close: 'true'
            color: '15'
            name: Firtahl
            location: world,-81.42012145206058,49.0,30.335022176947426,39.452713,0.0
        guard:
            whitelist: ','
            type: BOUNCER
            aggressive: 'false'
            radius: '5.0'
            toggle: 'true'
        trader:
            balance: '0.0'
            unlimited: 'false'
            toggle: 'true'
    '28':
        basic:
            name: Cestovatel
            text: Zdravim, nevis nahodou kde najdu Cerny trh?.. uz 2 tydny ho hledam
            color: '15'
            items: 0,0,0,0,0
            inventory: AIR*36,
            talk-when-close: 'true'
            look-when-close: 'true'
            location: world,-20.49286050286568,65.0,10.158985578099742,-19.722275,0.0
            owner: Johnsonek
    '29':
        basic:
            color: '15'
            owner: Sejsel
            items: 0,0,0,0,0
            look-when-close: 'false'
            talk-when-close: 'false'
            location: world,-80.15130155425042,100.0,10.591419623404276,267.24585,48.94931
            name: Sebevrah
            inventory: AIR*36,
    '30':
        basic:
            items: 0,0,299,300,317
            location: world,-83.88963442386253,65.0,-0.43253089107679676,240.61722,0.0
            text: Hod mi prosimte neco na krabici. Cokoli.. Jablicko... diamant..
            look-when-close: 'true'
            owner: Sejsel
            talk-when-close: 'true'
            color: '15'
            name: Zebrak
            inventory: AIR*36,
    '31':
        basic:
            color: '4'
            items: 0,0,0,0,0
            owner: Sejsel
            look-when-close: 'true'
            name: Admin
            talk-when-close: 'false'
            inventory: AIR*36,
            location: world,-81.30000001192093,80.0,10.297238672285015,0.0,0.0
    '32':
        basic:
            color: '15'
            name: Guard
            inventory: AIR*36,
            items: 0,0,0,0,0
            owner: Sejsel
            location: world,-17.037273768586566,70.0,8.535314130863469,44.210526,-24.71387
            talk-when-close: 'false'
            look-when-close: 'true'
    '33':
        basic:
            inventory: AIR*36,
            items: 0,0,0,0,0
            location: world,-17.30000001192093,70.0,12.340962093980542,136.03645,-38.5493
            owner: Sejsel
            color: '15'
            talk-when-close: 'false'
            look-when-close: 'true'
            name: Guard
    '34':
        basic:
            location: world,-51.93306835275839,65.0,12.63261859905227,146.46686,-11.905936
            inventory: AIR*36,
            talk-when-close: 'false'
            owner: Sejsel
            items: 0,0,0,0,0
            look-when-close: 'true'
            color: '15'
            name: Turista
    '35':
        basic:
            name: VeryRedGir
            text: Gratuluju. A TED NAVAL PRACHY ZA TY VECI
            location: world,-88.58474391420636,32.0,35.69999998807907,-181.95038,55.500034
            color: '15'
            inventory: 30/1/0,30/1/0,AIR*2,302/1/0,AIR*2,30/1/0,30/1/0,30/1/0,AIR*3,303/1/0,AIR*3,30/1/0,AIR*4,304/1/0,AIR*4,2257/1/0,AIR*2,322/1/0,305/1/0,79/1/0,AIR*2,2256/1/0,
            look-when-close: 'true'
            talk-when-close: 'true'
            items: 0,0,0,0,0
            owner: Server
        trader:
            unlimited: 'true'
            balance: '0.0'
            stock: 2256/1/0/,500000.0/true,false,;2257/1/0/,500000.0/true,false,;303/1/0/,300000.0/true,false,;304/1/0/,250000.0/true,false,;305/1/0/,200000.0/true,false,;322/1/0/,1000000.0/true,false,;30/1/0/,20000.0/true,false,;79/1/0/,5000.0/true,false,;302/1/0/,200000.0/true,false,
            toggle: 'true'
    '36':
        basic:
            location: world,-84.42917740927498,65.0,-0.6109428327995541,235.90375,0.0
            color: '15'
            items: 0,0,0,0,0
            talk-when-close: 'false'
            look-when-close: 'true'
            name: Zebrak
            inventory: AIR*36,
            owner: Sejsel
    '37':
        basic:
            location: world,-101.71418969465755,65.0,-10.3276731293805,-72.95619,0.0
            items: 0,0,0,0,0
            look-when-close: 'true'
            owner: Sejsel
            name: Swat
            inventory: AIR*36,
            talk-when-close: 'true'
            color: '15'
            text: Ja jsem testovaci NPC Questu. Jo, tady budou Questy
    '38':
        basic: {}
    '39':
        basic: {}
    '40':
        basic: {}
    '41':
        basic: {}
    '42':
        basic: {}
    '43':
        basic: {} 
    If you wonder what the hell is that language, it is Czech ;)
     
  19. Offline

    fullwall

    You remove single quotes from settings, not from npc-profiles.yml. However, I see in your npc-profiles.yml a few problems. At the end, a whole bunch of npcs have basic: {}. Remove these and it should work.
     
  20. Offline

    Tesio

    Fantastic plugin. Few suggestions:

    • Allow NPC's to move around, perhaps following a path?
    • Owner's can change NPC's skins.
    Overall, great plugin. I really recommend this for any server.
     
  21. Offline

    ledhead900

    @fullwall

    Having NPCS dissapear randomly on server start ? on restarts sometimes and then come back a restart later.

    Since 1.0.9d on server start NPCS load but can't be seen until a restart and also my npcs lose there toggle randomly on restarts ? any ideas about that.
     

    Attached Files:

  22. Offline

    zenyl

    What about making a way for NPC's to move around, follow players, kill mobs/players, per-NPC colors, support for chat plugins, like iChat and MChat, per-NPC immotality [on/off] etc...
    Oh ye, and please tell us the permission nodes for Guard...
     
  23. Offline

    Mordaith

    Hey guys,

    I've tried installing the latest version of Citizens, but when I upgrade all my NPC's vanish - never to be seen again (unless I restore my backup) I've gone and removed the single quotes and made sure there were not any {}'s in my npc profiles - but this still happens.

    Any advice?
     
  24. Offline

    Sejsel

    All NPCs Disappeared after doing this:
    npc-profiles:
    Code:
    0:
        basic:
            name: MineForLife
            look-when-close: false
            color: 3
            items: 0,0,0,0,0,
            location: world,-34.53125,71.0,-2.28125,-0.23653412,-4.9624968
            owner: Johnsonek
            inventory: AIR*36,
            text: Nas web je §4www.mineforlife.tk!;Vitej na server s nazvem §3Mineforlife!;Zaroven vitej v hlavnim §3meste §fa na §dspawnu!;
            talk-when-close: true
    1:
        basic:
            inventory: 46/1/0,AIR*35,
            name: Sejsel
            color: 4
            location: world,-83.35644977497542,68.0,20.45114017387707,-89.15582,48.798206
            owner: Sejsel
            talk-when-close: false
            items: 46,302,303,304,305,
            look-when-close: false
    2:
        basic:
            name: Gamlin
            color: 13
            inventory: AIR*36,
            items: 0,0,0,0,0,
            location: world,-83.65518018108958,67.0,19.447765967185518,-89.95566,30.236456
            talk-when-close: false
            look-when-close: false
            owner: Sejsel
    3:
        basic:
            color: 15
            look-when-close: false
            items: 278,0,0,0,0,
            inventory: 278/1/0,AIR*35,
            owner: Sejsel
            location: world,-83.35247691699546,67.0,21.42149297957341,257.84598,27.48067
            talk-when-close: false
            name: Johnsonek
    4:
        basic:
            name: Babka
            talk-when-close: true
            text: Nechces jablicko? Cervavy jen malicko....;
            location: world,-100.9276508196887,65.0,-2.24018717614592,231.8519,0.0
            owner: Server
            items: 0,314,315,316,317,
            color: 15
            inventory: 260/1/0,AIR*35,
            look-when-close: true
        trader:
            unlimited: true
            stock: 260/1/0/,100.0/true,false,;
            balance: 2700.0
            toggle: true
    5:
        basic:
            location: world,-92.30000001192093,65.0,-11.699999988079073,3.1845016,0.0
            owner: Server
            look-when-close: false
            color: 15
            items: 0,0,0,0,0,
            inventory: 46/1/0,AIR*35,
            talk-when-close: true
            text: Pssssst .. pojd sem, mam levny tnt .. jen pro tebe;
            name: tnt
        trader:
            balance: 0.0
            toggle: true
            unlimited: false
            stock: 46/1/0/,80000.0/true,false,;
    6:
        basic:
            look-when-close: true
            location: world,-55.30000001192093,65.0,43.54409860354764,90.29062,0.0
            color: 15
            name: Kvetinarka
            owner: Server
            inventory: 37/1/0,38/1/0,AIR*4,6/1/1,AIR*1,6/1/2,AIR*27,
            items: 0,298,299,300,301,
            talk-when-close: false
        trader:
            unlimited: true
            balance: 5950.0
            toggle: true
            stock: 6/1/0/,150.0/true,false,;37/1/0/,50.0/true,false,;6/1/2/,150.0/true,false,;38/1/0/,50.0/true,false,;6/1/1/,150.0/true,false,;
    7:
        basic:
            inventory: 320/1/0,297/1/0,335/1/0,357/1/0,AIR*32,
            look-when-close: true
            name: George
            text: Divadelni bufet! Vsechno k jidlu! ... melo by..;
            items: 0,0,0,0,0,
            talk-when-close: true
            owner: Server
            color: 15
            location: world,-92.30000001192093,66.0,56.0344423870762,180.65536,0.0
        trader:
            stock: 357/1/0/,50.0/true,false,;335/1/0/,90.0/true,false,;320/1/0/,100.0/true,false,;297/1/0/,70.0/true,false,;
            balance: 190.0
            unlimited: true
            toggle: true
    8:
        basic:
            location: world,-32.69999998807907,67.0,34.699999988079085,1.0457001,-52.23278
            talk-when-close: false
            name: divak
            owner: Johnsonek
            items: 0,0,0,0,0,
            inventory: AIR*36,
            look-when-close: true
            color: 15
    9:
        basic:
            talk-when-close: true
            text: Chces se projet po spawnu? Kup si vozik;
            look-when-close: true
            location: world,-68.75,66.0,24.8125,5.616081,14.447253
            owner: Server
            items: 0,0,0,0,0,
            color: 15
            name: Shaun
            inventory: 328/1/0,AIR*35,
        trader:
            unlimited: true
            balance: 2500.0
            stock: 328/1/0/,250.0/true,false,;
            toggle: true
    10:
        basic:
            location: world,-92.42595166102844,53.0,23.30000001192093,209.91934,0.0
            color: 15
            name: Miner
            items: 0,0,0,0,0,
            inventory: 274/1/0,270/1/0,50/64/0,AIR*33,
            owner: SErver
            talk-when-close: true
            look-when-close: true
            text: Kupujte moje kvalitni zbozi! Nejlepe pro velke doly!;
        trader:
            toggle: true
            stock: 274/1/0/,1000.0/true,false,;270/1/0/,700.0/true,false,;50/64/0/,320.0/true,false,;
            balance: 8555.0
            unlimited: true
    11:
        basic:
            owner: Server
            talk-when-close: true
            text: Chces moje houbicky?;
            inventory: 39/1/0,40/1/0,AIR*34,
            look-when-close: true
            name: God
            location: world,-97.42508678173685,53.0,23.30000001192093,191.57956,0.0
            items: 0,0,0,0,0,
            color: 15
        trader:
            balance: 35600.0
            toggle: true
            stock: 40/1/0/,100.0/true,false,;39/1/0/,100.0/true,false,;
            unlimited: true
    12:
        basic:
            talk-when-close: true
            look-when-close: true
            location: world,-102.71875,53.0,14.4375,-8.00473,0.0
            owner: Sejsel
            name: Forad
            color: 15
            items: 0,0,0,0,0,
            inventory: 331/64/0,76/64/0,356/64/0,AIR*33,
            text: Kupujte Restone!;Zajimas se o redstone? Tak to pojd sem;BUH NEEXISTUJE! REDSTONE ANO! KUPUJTE REDSTONE VECI;
        trader:
            stock: 76/64/0/,200.0/true,false,;356/64/0/,2500.0/true,false,;331/64/0/,1500.0/true,false,;
            unlimited: true
            toggle: true
            balance: 48800.0
    13:
        basic:
            owner: Server
            talk-when-close: true
            location: world,-102.53125,53.0,23.28125,-63.996655,0.0
            look-when-close: true
            name: Fishman
            text: Jsem rybar, a ja rad ryby!;
            inventory: 346/1/0,349/1/0,350/1/0,333/1/0,AIR*32,
            color: 15
            items: 0,0,0,0,0,
        trader:
            unlimited: true
            stock: 349/1/0/,300.0/true,false,;350/1/0/,500.0/true,false,;346/1/0/,1500.0/true,false,;333/1/0/,3000.0/true,false,;
            toggle: true
            balance: 10200.0
    14:
        basic:
            name: Archer
            location: world,-97.55578727005769,53.0,14.699999988079071,19.917458,0.0
            owner: Server
            look-when-close: true
            items: 0,0,0,0,0,
            text: Potrebujete si postavit chatku? Tak nakupujte moje zbozi!;
            talk-when-close: true
            inventory: 271/1/0,275/1/0,17/5/0,5/30/0,AIR*32,
            color: 15
        trader:
            unlimited: true
            stock: 275/1/0/,1200.0/true,false,;5/30/0/,500.0/true,false,;271/1/0/,1000.0/true,false,;17/5/0/,700.0/true,false,;
            balance: 6000.0
            toggle: true
    15:
        basic:
            owner: Server
            talk-when-close: false
            name: Fumblemore
            inventory: 268/1/0,272/1/0,261/1/0,262/64/0,AIR*32,
            color: 15
            text: Potrebujes zbrane? Tak nakupuj u me!;
            items: 0,0,0,0,0,
            location: world,-92.41729969053823,53.0,14.699999988079071,12.558037,0.0
            look-when-close: true
        trader: {}
    16:
        basic:
            look-when-close: true
            location: world,-52.881584548098274,65.0,23.26338607752723,197.5499,57.786976
            owner: Sejsel
            color: 15
            items: 0,0,0,0,0,
            talk-when-close: false
            inventory: AIR*36,
            name: Miclee
    17:
        basic:
            text: Nemas pivko?;
            inventory: AIR*36,
            look-when-close: true
            name: Opilec
            talk-when-close: true
            location: world,-78.2636773120821,65.0,15.784374683277534,7.5863266,0.0
            items: 0,0,0,0,0,
            owner: Sejsel
            color: 15
    18:
        basic:
            look-when-close: false
            waypoints: -39,64,-46;-46,64,-46;-47,64,-46;-54,64,-46;-55,64,-46;-60,64,-46;-63,64,-46;-63,64,-38;-63,64,-31;-63,64,-30;-63,64,-22;-63,64,-12;-63,64,-2;-63,64,6;-60,64,6;-60,64,13;-63,64,13;-63,64,25;-63,64,33;-63,64,42;-66,64,42;-66,64,34;-65,64,28;-65,64,27;-65,64,19;-65,64,13;-68,64,13;-68,64,9;-76,64,9;-68,64,9;-68,64,6;-66,64,6;-66,64,-2;-66,64,-3;-66,64,-10;-66,64,-19;-66,64,-28;-65,64,-31;-65,64,-41;-65,64,-47;
            inventory: AIR*36,
            name: Civilista
            location: world,-60.910447784691826,65.0,-45.2658729401892,-277.34924,38.55001
            color: 15
            owner: Johnsonek
            text: Nemas pivko?;
            talk-when-close: false
            items: 0,0,0,0,0,
    19:
        basic:
            inventory: AIR*36,
            items: 0,0,0,0,0,
            look-when-close: true
            owner: Johnsonek
            color: 15
            talk-when-close: false
            waypoints: -53,64,-2;-56,64,-2;-57,64,-5;-58,64,-9;-58,64,-12;-54,64,-11;
            name: Zamestnanec
            location: world,-52.840691211173386,65.0,-7.309367165424574,26.210098,-30.675377
            text: Vis, ze na "Traxa" byla vypsana odmena? 50 000 Mifolu.;
    20:
        basic:
            name: Onyx
            location: world,-82.07799130326384,49.0,38.47336290251032,227.80814,0.0
            color: 15
            owner: Server
            text: Mam tu pro tebe 64 obsidianu jen za 10 000 mifolu;
            inventory: 49/64/0,AIR*35,
            look-when-close: true
            talk-when-close: true
            items: 0,0,0,0,0,
        trader:
            stock: 49/64/0/,10000.0/true,false,;
            toggle: true
            balance: 70000.0
            unlimited: true
    21:
        basic:
            items: 0,0,0,0,0,
            text: Kupuju hlinu a cobblestone. 64 kusu za stack.;
            talk-when-close: true
            color: 15
            look-when-close: true
            location: world,-78.99004263778158,49.0,36.64595793984358,144.84647,0.0
            owner: trader
            name: MutatedCow
            inventory: 4/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/32/0,AIR*14,3/64/0,3/64/0,3/64/0,AIR*3,
        trader:
            stock: 4/64/0/,64.0/true,true,;3/64/0/,64.0/true,true,;
            balance: 99872.0
            toggle: true
            unlimited: true
    22:
        basic:
            items: 0,0,0,0,0,
            name: Derg
            owner: Server
            color: 15
            look-when-close: true
            talk-when-close: true
            location: world,-95.5406106830904,49.0,34.61209047609546,-13.956879,0.0
            inventory: 29/1/0,33/1/0,AIR*34,
            text: Mam pro vas Pistony.. a to celkem.. levneee!;
        trader:
            balance: 0.0
            toggle: false
            unlimited: false
    23:
        basic:
            text: Vitej! Tento les slouzi pro hrace na drevo!;
            items: 0,0,0,0,0,
            name: Drevorubec
            location: world,328.05724373993115,67.0,23.799478444970045,153.18869,-24.642218
            look-when-close: true
            owner: Johnsonek
            talk-when-close: true
            color: 15
            inventory: AIR*36,
    24:
        basic:
            text: Kupuju drevo. Ve velkym. Stack Wood za 400 Mifolu;
            items: 0,0,0,0,0,
            name: cowdogcat
            color: 15
            talk-when-close: true
            location: world,-94.07588364751166,49.0,31.417662299351107,85.950096,24.900026
            inventory: 17/64/2,17/64/1,17/64/0,AIR*33,
            look-when-close: true
            owner: Server
        trader:
            toggle: true
            balance: 998800.0
            stock: 17/64/1/,400.0/true,true,;17/64/2/,400.0/true,true,;17/64/0/,400.0/true,true,;
            unlimited: true
    25:
        basic:
            name: DemT
            look-when-close: true
            inventory: 267/1/0,AIR*35,
            talk-when-close: true
            items: 0,0,0,0,0,
            location: world,-89.90756546216255,49.0,30.647925582907884,-39.78835,-22.151562
            owner: server
            color: 15
            text: Ty chces zbrane? Jsi tu spravne!;
        trader:
            stock: 267/1/0/,2000.0/true,false,;
            balance: 20000.0
            unlimited: true
            toggle: true
    26:
        basic:
            owner: Server
            text: Mam tu pro tebe kvalitni nastroje. A levne.;
            items: 0,0,0,0,0,
            name: Natros
            inventory: 359/1/0,257/1/0,256/1/0,258/1/0,292/1/0,AIR*31,
            color: 15
            location: world,-87.90662350168246,49.0,38.69999998807907,211.49377,-42.864563
            talk-when-close: true
            look-when-close: true
        trader:
            stock: 292/1/0/,2500.0/true,false,;359/1/0/,2500.0/true,false,;258/1/0/,2500.0/true,false,;257/1/0/,2500.0/true,false,;256/1/0/,2500.0/true,false,;
            toggle: true
            balance: 197500.0
            unlimited: true
    27:
        basic:
            look-when-close: true
            items: 276,0,0,0,0,
            owner: Sejsel
            inventory: 276/1/0,AIR*35,
            text: Ja to tu ridim. Nikomu ani muk, nebo te zabijeme.;
            talk-when-close: true
            color: 15
            name: Firtahl
            location: world,-81.42012145206058,49.0,30.335022176947426,39.452713,0.0
        guard:
            type: BOUNCER
            aggressive: false
            radius: 5.0
            toggle: true
        trader:
            balance: 0.0
            unlimited: false
            toggle: true
    28:
        basic:
            name: Cestovatel
            text: Zdravim, nevis nahodou kde najdu Cerny trh?.. uz 2 tydny ho hledam;
            color: 15
            items: 0,0,0,0,0,
            inventory: AIR*36,
            talk-when-close: true
            look-when-close: true
            location: world,-20.49286050286568,65.0,10.158985578099742,-19.722275,0.0
            owner: Johnsonek
    29:
        basic:
            color: 15
            owner: Sejsel
            items: 0,0,0,0,0,
            look-when-close: false
            talk-when-close: false
            location: world,-80.15130155425042,100.0,10.591419623404276,267.24585,48.94931
            name: Sebevrah
            inventory: AIR*36,
    30:
        basic:
            items: 0,0,299,300,317,
            location: world,-83.88963442386253,65.0,-0.43253089107679676,240.61722,0.0
            text: Hod mi prosimte neco na krabici. Cokoli.. Jablicko... diamant..;
            look-when-close: true
            owner: Sejsel
            talk-when-close: true
            color: 15
            name: Zebrak
            inventory: AIR*36,
    31:
        basic:
            color: 4
            items: 0,0,0,0,0,
            owner: Sejsel
            look-when-close: true
            name: Admin
            talk-when-close: false
            inventory: AIR*36,
            location: world,-81.30000001192093,80.0,10.297238672285015,0.0,0.0
    32:
        basic:
            color: 15
            name: Guard
            inventory: AIR*36,
            items: 0,0,0,0,0,
            owner: Sejsel
            location: world,-17.037273768586566,70.0,8.535314130863469,44.210526,-24.71387
            talk-when-close: false
            look-when-close: true
    33:
        basic:
            inventory: AIR*36,
            items: 0,0,0,0,0,
            location: world,-17.30000001192093,70.0,12.340962093980542,136.03645,-38.5493
            owner: Sejsel
            color: 15
            talk-when-close: false
            look-when-close: true
            name: Guard
    34:
        basic:
            location: world,-51.93306835275839,65.0,12.63261859905227,146.46686,-11.905936
            inventory: AIR*36,
            talk-when-close: false
            owner: Sejsel
            items: 0,0,0,0,0,
            look-when-close: true
            color: 15
            name: Turista
    35:
        basic:
            name: VeryRedGir
            text: Gratuluju. A TED NAVAL PRACHY ZA TY VECI;
            location: world,-88.58474391420636,32.0,35.69999998807907,-181.95038,55.500034
            color: 15
            inventory: 30/1/0,30/1/0,AIR*2,302/1/0,AIR*2,30/1/0,30/1/0,30/1/0,AIR*3,303/1/0,AIR*3,30/1/0,AIR*4,304/1/0,AIR*4,2257/1/0,AIR*2,322/1/0,305/1/0,79/1/0,AIR*2,2256/1/0,
            look-when-close: true
            talk-when-close: true
            items: 0,0,0,0,0,
            owner: Server
        trader:
            unlimited: true
            balance: 0.0
            stock: 2256/1/0/,500000.0/true,false,;2257/1/0/,500000.0/true,false,;303/1/0/,300000.0/true,false,;304/1/0/,250000.0/true,false,;305/1/0/,200000.0/true,false,;322/1/0/,1000000.0/true,false,;30/1/0/,20000.0/true,false,;79/1/0/,5000.0/true,false,;302/1/0/,200000.0/true,false,;
            toggle: true
    citizens.yml:

    Code:
    range:
        guards:
            default-bouncer-protection-radius: 10
            pathfinding: 16.0
        basic:
            look: 5
    items:
        item-list-on: true
        basic:
            select-items: '*'
            talk-items: 340,
        healers:
            give-health-item: 35
            take-health-item: 278
        wizards:
            mana-regen-item: 348
            interact-item: 288
    ticks:
        guards:
            respawn-delay: 100
        healers:
            health-regen-increment: 12000
        wizards:
            mana-regen-rate: 6000
        saving:
            save-often: true
            use-task: true
            delay: 72000
        pathing:
            max-stationary: -1
            max-pathing: -1
        waypoints:
            right-click-pause: 70
        general:
            delay: 1
    general:
        defaults:
            enable-following: true
            talk-when-close: false
        debug-mode: false
        healers:
            pay-for-heal: true
            regen-health: true
        colors:
            use-npc-colours: true
            npc-colour: f
        wizards:
            regen-mana: true
            max-mana: 100
            wizard-max-locations: 10
        notify-updates: true
        chat:
            slashes-to-spaces: true
            selection-message: <g>You selected <y><npc><g> (ID <y><npcid><g>).
            default-text: Hello.;How are you today?;Having a nice day?;Good weather today.;Stop hitting me!;I am bored.;
            creation-message: <g>The NPC <y><npc><g> was born!
            format: '[%name%]: '
        selection:
            quick-select: false
        use-bukkit-permissions: false
        convert-old: false
        limits:
            npcs-per-player: 8000

    mobs.yml:

    Code:
    pirates:
        spawn:
            spawn: false
            max: 2
        misc:
            names: Pirate_Pete,Piratebay,Jack_Sparrow,
            steal-messages: I stole yer booty.;Aaargh.;
    evil:
        spawn:
            spawn: false
            max: 2
        items:
            tame-item: 354
            drops: 260,357,2256,
        misc:
            failed-tame-messages: Ha! You can not tame me!;Nice try, <name>!;Muahahaha, I am evil!;
            names: Evil_aPunch,Evil_fullwall,Evil_Notch,Herobrine,
            tame-chance: 5
    general:
        spawn:
            delay: 200
    
    economy.yml:

    Code:
    economy:
        use-econplugin: true
        use-economy: true
    prices:
        blacksmith:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
            toolrepair:
                item:
                    wood: 1
                    diamond: 5
                    stone: 3
                    gold: 2
                    iron: 4
                    misc: 2
                econplugin:
                    wood: 0.25
                    diamond: 1.25
                    stone: 0.75
                    gold: 0.5
                    iron: 1
                    misc: 0.5
                item-currency-id: 37
            armorrepair:
                item:
                    diamond: 5
                    gold: 2
                    leather: 1
                    iron: 4
                    chainmail: 3
                econplugin:
                    diamond: 1.25
                    gold: 0.5
                    leather: 0.25
                    iron: 1
                    chainmail: 0.75
                item-currency-id: 37
        basic:
            creation:
                item: 100
                econplugin: 100
                item-currency-id: 37
        guard:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
        wizard:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
            changetime:
                item: 10
                econplugin: 100
                item-currency-id: 37
            spawnmob:
                item: 10
                econplugin: 100
                item-currency-id: 37
            teleport:
                item: 10
                econplugin: 100
                item-currency-id: 37
            togglestorm:
                item: 10
                econplugin: 100
                item-currency-id: 37
        trader:
            creation:
                item: 100
                econplugin: 100
                item-currency-id: 37
        healer:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
            heal:
                item: 10
                econplugin: 100
                item-currency-id: 37
            levelup:
                item: 10
                econplugin: 100
                item-currency-id: 37
        quester:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
        bandit:
            creation:
                item: 10
                econplugin: 100
                item-currency-id: 37
    server.log:

    Code:
    2011-07-31 14:13:54 [SEVERE] Error occurred while enabling Citizens v1.0.9 (Is it up to date?): null
    java.lang.ExceptionInInitializerError
        at com.citizens.Citizens.registerTypes(Citizens.java:272)
        at com.citizens.Citizens.onEnable(Citizens.java:87)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:380)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
        at org.bukkit.util.config.ConfigurationNode.recursiveBuilder(ConfigurationNode.java:43)
        at org.bukkit.util.config.ConfigurationNode.getAll(ConfigurationNode.java:28)
        at com.citizens.properties.CachedYAMLHandler.load(CachedYAMLHandler.java:37)
        at com.citizens.properties.CachedYAMLHandler.<init>(CachedYAMLHandler.java:29)
        at com.citizens.properties.PropertyManager.<clinit>(PropertyManager.java:15)
        ... 21 more
    
     
  25. Offline

    fullwall

    @Sejsel - you shouldn't remove quotes from npc-profiles.yml. I have posted the edited version.
    Code:
    '0':
        basic:
            name: MineForLife
            look-when-close: 'false'
            color: '3'
            items: 0,0,0,0,0
            location: world,-34.53125,71.0,-2.28125,-0.23653412,-4.9624968
            owner: Johnsonek
            inventory: AIR*36,
            text: Vitej na server s nazvem §3Mineforlife!;Zaroven vitej v hlavnim §3meste §fa na §dspawnu!;Nas web je §4www.mineforlife.tk!
            talk-when-close: 'true'
    '1':
        basic:
            inventory: 46/1/0,AIR*35,
            name: Sejsel
            color: '4'
            location: world,-83.35644977497542,68.0,20.45114017387707,-89.15582,48.798206
            owner: Sejsel
            talk-when-close: 'false'
            items: 46,302,303,304,305
            look-when-close: 'false'
    '2':
        basic:
            name: Gamlin
            color: '13'
            inventory: AIR*36,
            items: 0,0,0,0,0
            location: world,-83.65518018108958,67.0,19.447765967185518,-89.95566,30.236456
            talk-when-close: 'false'
            look-when-close: 'false'
            owner: Sejsel
    '3':
        basic:
            color: '15'
            look-when-close: 'false'
            items: 278,0,0,0,0
            inventory: 278/1/0,AIR*35,
            owner: Sejsel
            location: world,-83.35247691699546,67.0,21.42149297957341,257.84598,27.48067
            talk-when-close: 'false'
            name: Johnsonek
    '4':
        basic:
            name: Babka
            talk-when-close: 'true'
            text: Nechces jablicko? Cervavy jen malicko....
            location: world,-100.9276508196887,65.0,-2.24018717614592,231.8519,0.0
            owner: Server
            items: 0,314,315,316,317
            color: '15'
            inventory: 260/1/0,AIR*35,
            look-when-close: 'true'
        trader:
            unlimited: 'true'
            stock: 260/1/0/,100.0/true,false,
            balance: '2700.0'
            toggle: 'true'
    '5':
        basic:
            location: world,-92.30000001192093,65.0,-11.699999988079073,3.1845016,0.0
            owner: Server
            look-when-close: 'false'
            color: '15'
            items: 0,0,0,0,0
            inventory: 46/1/0,AIR*35,
            talk-when-close: 'true'
            text: Pssssst .. pojd sem, mam levny tnt .. jen pro tebe
            name: tnt
        trader:
            balance: '0.0'
            toggle: 'true'
            unlimited: 'false'
            stock: 46/1/0/,80000.0/true,false,
    '6':
        basic:
            look-when-close: 'true'
            location: world,-55.30000001192093,65.0,43.54409860354764,90.29062,0.0
            color: '15'
            name: Kvetinarka
            owner: Server
            inventory: 37/1/0,38/1/0,AIR*4,6/1/1,AIR*1,6/1/2,AIR*27,
            items: 0,298,299,300,301
            talk-when-close: 'false'
        trader:
            unlimited: 'true'
            balance: '13650.0'
            toggle: 'true'
            stock: 6/1/0/,150.0/true,false,;37/1/0/,50.0/true,false,;6/1/2/,150.0/true,false,;38/1/0/,50.0/true,false,;6/1/1/,150.0/true,false,
    '7':
        basic:
            inventory: 320/1/0,297/1/0,335/1/0,357/1/0,AIR*32,
            look-when-close: 'true'
            name: George
            text: Divadelni bufet! Vsechno k jidlu! ... melo by..
            items: 0,0,0,0,0
            talk-when-close: 'true'
            owner: Server
            color: '15'
            location: world,-92.30000001192093,66.0,56.0344423870762,180.65536,0.0
        trader:
            stock: 357/1/0/,50.0/true,false,;335/1/0/,90.0/true,false,;320/1/0/,100.0/true,false,;297/1/0/,70.0/true,false,
            balance: '190.0'
            unlimited: 'true'
            toggle: 'true'
    '8':
        basic:
            location: world,-32.69999998807907,67.0,34.699999988079085,1.0457001,-52.23278
            talk-when-close: 'false'
            name: divak
            owner: Johnsonek
            items: 0,0,0,0,0
            inventory: AIR*36,
            look-when-close: 'true'
            color: '15'
    '9':
        basic:
            talk-when-close: 'true'
            text: Chces se projet po spawnu? Kup si vozik
            look-when-close: 'true'
            location: world,-68.75,66.0,24.8125,5.616081,14.447253
            owner: Server
            items: 0,0,0,0,0
            color: '15'
            name: Shaun
            inventory: 328/1/0,AIR*35,
        trader:
            unlimited: 'true'
            balance: '2500.0'
            stock: 328/1/0/,250.0/true,false,
            toggle: 'true'
    '10':
        basic:
            location: world,-92.42595166102844,53.0,23.30000001192093,209.91934,0.0
            color: '15'
            name: Miner
            items: 0,0,0,0,0
            inventory: 274/1/0,270/1/0,50/64/0,AIR*33,
            owner: SErver
            talk-when-close: 'true'
            look-when-close: 'true'
            text: Kupujte moje kvalitni zbozi! Nejlepe pro velke doly!
        trader:
            toggle: 'true'
            stock: 274/1/0/,1000.0/true,false,;270/1/0/,700.0/true,false,;50/64/0/,320.0/true,false,
            balance: '9835.0'
            unlimited: 'true'
    '11':
        basic:
            owner: Server
            talk-when-close: 'true'
            text: Chces moje houbicky?
            inventory: 39/1/0,40/1/0,AIR*34,
            look-when-close: 'true'
            name: God
            location: world,-97.42508678173685,53.0,23.30000001192093,191.57956,0.0
            items: 0,0,0,0,0
            color: '15'
        trader:
            balance: '35700.0'
            toggle: 'true'
            stock: 40/1/0/,100.0/true,false,;39/1/0/,100.0/true,false,
            unlimited: 'true'
    '12':
        basic:
            talk-when-close: 'true'
            look-when-close: 'true'
            location: world,-102.71875,53.0,14.4375,-8.258232,0.0
            owner: Sejsel
            name: Forad
            color: '15'
            items: 0,0,0,0,0
            inventory: 331/64/0,76/64/0,356/64/0,AIR*33,
            text: BUH NEEXISTUJE! REDSTONE ANO! KUPUJTE REDSTONE VECI;Kupujte Restone!;Zajimas se o redstone? Tak to pojd sem
        trader:
            stock: 76/64/0/,200.0/true,false,;331/64/0/,1500.0/true,false,;356/64/0/,2500.0/true,false,
            unlimited: 'true'
            toggle: 'true'
            balance: '50300.0'
    '13':
        basic:
            owner: Server
            talk-when-close: 'true'
            location: world,-102.53125,53.0,23.28125,-63.996655,0.0
            look-when-close: 'true'
            name: Fishman
            text: Jsem rybar, a ja rad ryby!
            inventory: 346/1/0,349/1/0,350/1/0,333/1/0,AIR*32,
            color: '15'
            items: 0,0,0,0,0
        trader:
            unlimited: 'true'
            stock: 349/1/0/,300.0/true,false,;350/1/0/,500.0/true,false,;346/1/0/,1500.0/true,false,;333/1/0/,3000.0/true,false,
            toggle: 'true'
            balance: '10200.0'
    '14':
        basic:
            name: Archer
            location: world,-97.55578727005769,53.0,14.699999988079071,19.917458,0.0
            owner: Server
            look-when-close: 'true'
            items: 0,0,0,0,0
            text: Potrebujete si postavit chatku? Tak nakupujte moje zbozi!
            talk-when-close: 'true'
            inventory: 271/1/0,275/1/0,17/5/0,5/30/0,AIR*32,
            color: '15'
        trader:
            unlimited: 'true'
            stock: 275/1/0/,1200.0/true,false,;5/30/0/,500.0/true,false,;271/1/0/,1000.0/true,false,;17/5/0/,700.0/true,false,
            balance: '6500.0'
            toggle: 'true'
    '15':
        basic:
            owner: Server
            talk-when-close: 'false'
            name: Fumblemore
            inventory: 268/1/0,272/1/0,261/1/0,262/64/0,AIR*32,
            color: '15'
            text: Potrebujes zbrane? Tak nakupuj u me!
            items: 0,0,0,0,0
            location: world,-92.41729969053823,53.0,14.699999988079071,12.558037,0.0
            look-when-close: 'true'
        trader:
            balance: '0.0'
            toggle: 'true'
            unlimited: 'false'
    '16':
        basic:
            look-when-close: 'true'
            location: world,-52.881584548098274,65.0,23.26338607752723,119.716705,-60.528233
            owner: Sejsel
            color: '15'
            items: 0,0,0,0,0
            talk-when-close: 'false'
            inventory: AIR*36,
            name: Miclee
    '17':
        basic:
            text: Nemas pivko?
            inventory: AIR*36,
            look-when-close: 'true'
            name: Opilec
            talk-when-close: 'true'
            location: world,-78.2636773120821,65.0,15.784374683277534,-70.93604,0.0
            items: 0,0,0,0,0
            owner: Sejsel
            color: '15'
    '18':
        basic:
            waypoints:
                '19':
                    location: world,-63.0,64.0,42.0,0.0,0.0
                '17':
                    delay: '0'
                '35':
                    location: world,-66.0,64.0,-19.0,0.0,0.0
                    delay: '0'
                '36':
                    location: world,-66.0,64.0,-28.0,0.0,0.0
                '33':
                    location: world,-66.0,64.0,-3.0,0.0,0.0
                '15':
                    location: world,-60.0,64.0,13.0,0.0,0.0
                    delay: '0'
                '16':
                    location: world,-63.0,64.0,13.0,0.0,0.0
                    delay: '0'
                '34':
                    location: world,-66.0,64.0,-10.0,0.0,0.0
                    delay: '0'
                '13':
                    delay: '0'
                '39':
                    delay: '0'
                '14':
                    delay: '0'
                '11':
                    delay: '0'
                    location: world,-63.0,64.0,-12.0,0.0,0.0
                '37':
                    delay: '0'
                    location: world,-65.0,64.0,-31.0,0.0,0.0
                '38':
                    delay: '0'
                    location: world,-65.0,64.0,-41.0,0.0,0.0
                '12':
                    location: world,-63.0,64.0,-2.0,0.0,0.0
                    delay: '0'
                '21':
                    delay: '0'
                '20':
                    delay: '0'
                '22':
                    delay: '0'
                '23':
                    delay: '0'
                    location: world,-65.0,64.0,27.0,0.0,0.0
                '24':
                    location: world,-65.0,64.0,19.0,0.0,0.0
                '25':
                    delay: '0'
                '26':
                    location: world,-68.0,64.0,13.0,0.0,0.0
                '27':
                    location: world,-68.0,64.0,9.0,0.0,0.0
                '28':
                    location: world,-76.0,64.0,9.0,0.0,0.0
                    delay: '0'
                '29':
                    location: world,-68.0,64.0,9.0,0.0,0.0
                '3':
                    location: world,-54.0,64.0,-46.0,0.0,0.0
                    delay: '0'
                '2':
                    location: world,-47.0,64.0,-46.0,0.0,0.0
                '10':
                    location: world,-63.0,64.0,-22.0,0.0,0.0
                '1':
                    delay: '0'
                    location: world,-46.0,64.0,-46.0,0.0,0.0
                '0':
                    delay: '0'
                    location: world,-39.0,64.0,-46.0,0.0,0.0
                '30':
                    location: world,-68.0,64.0,6.0,0.0,0.0
                    delay: '0'
                '7':
                    delay: '0'
                    location: world,-63.0,64.0,-38.0,0.0,0.0
                '6':
                    location: world,-63.0,64.0,-46.0,0.0,0.0
                '32':
                    delay: '0'
                '5':
                    location: world,-60.0,64.0,-46.0,0.0,0.0
                '31':
                    location: world,-66.0,64.0,6.0,0.0,0.0
                    delay: '0'
                '4':
                    delay: '0'
                '9':
                    location: world,-63.0,64.0,-30.0,0.0,0.0
                    delay: '0'
                '8':
                    location: world,-63.0,64.0,-31.0,0.0,0.0
                    delay: '0'
            look-when-close: 'false'
            inventory: AIR*36,
            name: Civilista
            location: world,-60.910447784691826,65.0,-45.2658729401892,-277.34924,38.55001
            color: '15'
            owner: Johnsonek
            text: Nemas pivko?
            talk-when-close: 'false'
            items: 0,0,0,0,0
    '19':
        basic:
            waypoints:
                '2':
                    location: world,-57.0,64.0,-5.0,0.0,0.0
                '1':
                    delay: '0'
                '0':
                    location: world,-53.0,64.0,-2.0,0.0,0.0
                '5':
                    location: world,-54.0,64.0,-11.0,0.0,0.0
            inventory: AIR*36,
            items: 0,0,0,0,0
            look-when-close: 'true'
            owner: Johnsonek
            color: '15'
            talk-when-close: 'false'
            name: Zamestnanec
            location: world,-52.840691211173386,65.0,-7.309367165424574,26.210098,-30.675377
            text: Vis, ze na "Traxa" byla vypsana odmena? 50 000 Mifolu.
    '20':
        basic:
            name: Onyx
            location: world,-82.07799130326384,49.0,38.47336290251032,227.80814,0.0
            color: '15'
            owner: Server
            text: Mam tu pro tebe 64 obsidianu jen za 10 000 mifolu
            inventory: 49/64/0,AIR*35,
            look-when-close: 'true'
            talk-when-close: 'true'
            items: 0,0,0,0,0
        trader:
            stock: 49/64/0/,10000.0/true,false,
            toggle: 'true'
            balance: '70000.0'
            unlimited: 'true'
    '21':
        basic:
            items: 0,0,0,0,0
            text: Kupuju hlinu a cobblestone. 64 kusu za stack.
            talk-when-close: 'true'
            color: '15'
            look-when-close: 'true'
            location: world,-78.99004263778158,49.0,36.64595793984358,144.84647,0.0
            owner: trader
            name: MutatedCow
            inventory: 4/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/64/0,3/32/0,AIR*14,3/64/0,3/64/0,3/64/0,AIR*3,
        trader:
            stock: 4/64/0/,64.0/true,true,;3/64/0/,64.0/true,true,
            balance: '99872.0'
            toggle: 'true'
            unlimited: 'true'
    '22':
        basic:
            items: 0,0,0,0,0
            name: Derg
            owner: Server
            color: '15'
            look-when-close: 'true'
            talk-when-close: 'true'
            location: world,-95.5406106830904,49.0,34.61209047609546,-13.956879,0.0
            inventory: 29/1/0,33/1/0,AIR*34,
            text: Mam pro vas Pistony.. a to celkem.. levneee!
        trader:
            balance: '0.0'
            toggle: 'false'
            unlimited: 'false'
    '23':
        basic:
            text: Vitej! Tento les slouzi pro hrace na drevo!
            items: 0,0,0,0,0
            name: Drevorubec
            location: world,328.05724373993115,67.0,23.799478444970045,153.18869,-24.642218
            look-when-close: 'true'
            owner: Johnsonek
            talk-when-close: 'true'
            color: '15'
            inventory: AIR*36,
    '24':
        basic:
            text: Kupuju drevo. Ve velkym. Stack Wood za 400 Mifolu
            items: 0,0,0,0,0
            name: cowdogcat
            color: '15'
            talk-when-close: 'true'
            location: world,-94.07588364751166,49.0,31.417662299351107,85.950096,24.900026
            inventory: 17/64/2,17/64/1,17/64/0,AIR*33,
            look-when-close: 'true'
            owner: Server
        trader:
            toggle: 'true'
            balance: '998800.0'
            stock: 17/64/1/,400.0/true,true,;17/64/2/,400.0/true,true,;17/64/0/,400.0/true,true,
            unlimited: 'true'
    '25':
        basic:
            name: DemT
            look-when-close: 'true'
            inventory: 267/1/0,AIR*35,
            talk-when-close: 'true'
            items: 0,0,0,0,0
            location: world,-89.90756546216255,49.0,30.647925582907884,-39.78835,-22.151562
            owner: server
            color: '15'
            text: Ty chces zbrane? Jsi tu spravne!
        trader:
            stock: 267/1/0/,2000.0/true,false,
            balance: '20000.0'
            unlimited: 'true'
            toggle: 'true'
    '26':
        basic:
            owner: Server
            text: Mam tu pro tebe kvalitni nastroje. A levne.
            items: 0,0,0,0,0
            name: Natros
            inventory: 359/1/0,257/1/0,256/1/0,258/1/0,292/1/0,AIR*31,
            color: '15'
            location: world,-87.90662350168246,49.0,38.69999998807907,211.49377,-42.864563
            talk-when-close: 'true'
            look-when-close: 'true'
        trader:
            stock: 292/1/0/,2500.0/true,false,;359/1/0/,2500.0/true,false,;258/1/0/,2500.0/true,false,;257/1/0/,2500.0/true,false,;256/1/0/,2500.0/true,false,
            toggle: 'true'
            balance: '197500.0'
            unlimited: 'true'
    '27':
        basic:
            look-when-close: 'true'
            items: 276,0,0,0,0
            owner: Sejsel
            inventory: 276/1/0,AIR*35,
            text: Ja to tu ridim. Nikomu ani muk, nebo te zabijeme.
            talk-when-close: 'true'
            color: '15'
            name: Firtahl
            location: world,-81.42012145206058,49.0,30.335022176947426,39.452713,0.0
        guard:
            whitelist: ','
            type: BOUNCER
            aggressive: 'false'
            radius: '5.0'
            toggle: 'true'
        trader:
            balance: '0.0'
            unlimited: 'false'
            toggle: 'true'
    '28':
        basic:
            name: Cestovatel
            text: Zdravim, nevis nahodou kde najdu Cerny trh?.. uz 2 tydny ho hledam
            color: '15'
            items: 0,0,0,0,0
            inventory: AIR*36,
            talk-when-close: 'true'
            look-when-close: 'true'
            location: world,-20.49286050286568,65.0,10.158985578099742,-19.722275,0.0
            owner: Johnsonek
    '29':
        basic:
            color: '15'
            owner: Sejsel
            items: 0,0,0,0,0
            look-when-close: 'false'
            talk-when-close: 'false'
            location: world,-80.15130155425042,100.0,10.591419623404276,267.24585,48.94931
            name: Sebevrah
            inventory: AIR*36,
    '30':
        basic:
            items: 0,0,299,300,317
            location: world,-83.88963442386253,65.0,-0.43253089107679676,240.61722,0.0
            text: Hod mi prosimte neco na krabici. Cokoli.. Jablicko... diamant..
            look-when-close: 'true'
            owner: Sejsel
            talk-when-close: 'true'
            color: '15'
            name: Zebrak
            inventory: AIR*36,
    '31':
        basic:
            color: '4'
            items: 0,0,0,0,0
            owner: Sejsel
            look-when-close: 'true'
            name: Admin
            talk-when-close: 'false'
            inventory: AIR*36,
            location: world,-81.30000001192093,80.0,10.297238672285015,0.0,0.0
    '32':
        basic:
            color: '15'
            name: Guard
            inventory: AIR*36,
            items: 0,0,0,0,0
            owner: Sejsel
            location: world,-17.037273768586566,70.0,8.535314130863469,44.210526,-24.71387
            talk-when-close: 'false'
            look-when-close: 'true'
    '33':
        basic:
            inventory: AIR*36,
            items: 0,0,0,0,0
            location: world,-17.30000001192093,70.0,12.340962093980542,136.03645,-38.5493
            owner: Sejsel
            color: '15'
            talk-when-close: 'false'
            look-when-close: 'true'
            name: Guard
    '34':
        basic:
            location: world,-51.93306835275839,65.0,12.63261859905227,146.46686,-11.905936
            inventory: AIR*36,
            talk-when-close: 'false'
            owner: Sejsel
            items: 0,0,0,0,0
            look-when-close: 'true'
            color: '15'
            name: Turista
    '35':
        basic:
            name: VeryRedGir
            text: Gratuluju. A TED NAVAL PRACHY ZA TY VECI
            location: world,-88.58474391420636,32.0,35.69999998807907,-181.95038,55.500034
            color: '15'
            inventory: 30/1/0,30/1/0,AIR*2,302/1/0,AIR*2,30/1/0,30/1/0,30/1/0,AIR*3,303/1/0,AIR*3,30/1/0,AIR*4,304/1/0,AIR*4,2257/1/0,AIR*2,322/1/0,305/1/0,79/1/0,AIR*2,2256/1/0,
            look-when-close: 'true'
            talk-when-close: 'true'
            items: 0,0,0,0,0
            owner: Server
        trader:
            unlimited: 'true'
            balance: '0.0'
            stock: 2256/1/0/,500000.0/true,false,;2257/1/0/,500000.0/true,false,;303/1/0/,300000.0/true,false,;304/1/0/,250000.0/true,false,;305/1/0/,200000.0/true,false,;322/1/0/,1000000.0/true,false,;30/1/0/,20000.0/true,false,;79/1/0/,5000.0/true,false,;302/1/0/,200000.0/true,false,
            toggle: 'true'
    '36':
        basic:
            location: world,-84.42917740927498,65.0,-0.6109428327995541,235.90375,0.0
            color: '15'
            items: 0,0,0,0,0
            talk-when-close: 'false'
            look-when-close: 'true'
            name: Zebrak
            inventory: AIR*36,
            owner: Sejsel
    '37':
        basic:
            location: world,-101.71418969465755,65.0,-10.3276731293805,-72.95619,0.0
            items: 0,0,0,0,0
            look-when-close: 'true'
            owner: Sejsel
            name: Swat
            inventory: AIR*36,
            talk-when-close: 'true'
            color: '15'
            text: Ja jsem testovaci NPC Questu. Jo, tady budou Questy
    
     
  26. Offline

    daxter3005

    why do the permissions just not seem to work for me ? :/

    edit : oops yes they do there's new ones :)
     
  27. Offline

    Sejsel

    @fullwall
    Thank you, but the problem still remains. It is exactly same as before. Some NPCs are missing, namely the:
    Onyx, MutatedCow, Derg, cowdogcat, DemT, Natros, Firtahl, Guard (both of them), Sebevrah, Admin, Turista, Zebrak (both of them, the second one was created after the first one dissappeared, now he is also missing), Swat, VeryRedGir

    They do not even show in /npc list

    Maybe it is caused, because of:
    - '*' permissions is giving me all the npc amount permissions, however NPCs owned by Server, which does not have any permissions like so disappeared too. Not all of them, but only some.
     
  28. Offline

    fullwall

    @Sejsel - it's strange, because the npc names you mentioned are actually contained within the file, they just aren't loading or something... Are there any errors while starting up?
     
  29. Offline

    Sejsel

    Tried to restart and ....
    Code:
    2011-07-31 15:53:56 [INFO] [Citizens] Loaded 0 quests.
    2011-07-31 15:53:56 [INFO] [Citizens] Permissions enabled.
    2011-07-31 15:53:56 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-07-31 15:53:56 [INFO] [Citizens] Payment method found (iConomy version: 5)
    
    was the first thing i noticed.. that is ok

    However, there was also this BAAAD thing (well, not so bad, it is only warning):
    Code:
    2011-07-31 15:54:04 [WARNING] Task of 'Citizens' generated an exception
    java.lang.ArrayIndexOutOfBoundsException: 1
        at com.citizens.utils.LocationUtils.loadLocation(LocationUtils.java:64)
        at com.citizens.properties.properties.BasicProperties.getWaypoints(BasicProperties.java:261)
        at com.citizens.properties.properties.BasicProperties.loadState(BasicProperties.java:312)
        at com.citizens.properties.PropertyManager.load(PropertyManager.java:51)
        at com.citizens.npcs.NPCManager.register(NPCManager.java:64)
        at com.citizens.Citizens.setupNPCs(Citizens.java:305)
        at com.citizens.Citizens.access$0(Citizens.java:286)
        at com.citizens.Citizens$1.run(Citizens.java:120)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  30. Offline

    Starrk

    How can I go about fixing the error? I've set the waypoints even closer but I still get that error.
     
  31. Offline

    fullwall

    @Starrk - where you see a waypoint in npc-profiles.yml that is {}, delete it and lower other numbers to reflect this change. The bug will be fixed in subsequent versions.
    @Sejsel - you are experiencing the same problem as @Starrk - waypoints are being saved as {} (probably when you undo them).
     
    Sejsel likes this.

Share This Page