fullwall / Citizens

An NPC plugin for bukkit.
Other
35 stars 7 forks source link

Can't get iConomy 5.0.1 working with Citizens 1.0.9d #151

Closed TadeasKriz closed 13 years ago

TadeasKriz commented 13 years ago

I have a problem with the latest version of Citizens plugin. My configuration: CraftBukkit 1000 iConomy 5.0.1 Citizens 1.0.9d and other plugins. (btw Residence plugin works wth the iConomy properly)

Also I've set economy: use-econplugin: true use-economy: true in the economy.yml file.

In the server.log there are those lines: 2011-08-18 13:08:34 [INFO] [Citizens] Loaded 0 quests. 2011-08-18 13:08:34 [INFO] [Citizens] Permissions enabled. 2011-08-18 13:08:34 [INFO] [Citizens] version 1.0.9d loaded 2011-08-18 13:08:34 [INFO] [Citizens] Payment method found (iConomy version: 5) and on the end there is line 2011-08-18 13:08:36 [INFO] [Citizens] Loaded 4 NPCs.

Though if I want to create/toggle npc it asks for yellow flowers. And when I create trader and want to let him sell/buy anything, it tells me this "This server is not using an economy plugin, so the price cannot be that kind of value. If you meant to use an item as currency, please format it like so: item ID:amount(:data)"

Any idea how to get this working?

EDIT: I found that it's being cause by some other plugin. Now trying to find out which one.

EDIT2: So I found it. It was caused by plugin Factions, but only when it wasn't working (in /plugins was red colored). When I fixed it's dependences, it's working properly. Sorry for bothering you with this problem.