ChestShop Error

Discussion in 'Bukkit Help' started by lidlematt23, Jan 7, 2013.

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

    lidlematt23

    Title says it all, but for some reason I cannot get this plugin to run properly. Any suggestions? This is my config file and error code I am getting.

    Code:
    2013-01-08 00:01:37 [SEVERE] Cannot load plugins/ChestShop/local.yml
    org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 10
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
    at com.Acrobot.Breeze.Configuration.Configuration.pairFileAndClass(Configuration.java:24)
    at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:69)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:264)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.reload(CraftServer.java:593)
    at org.bukkit.Bukkit.reload(Bukkit.java:184)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:514)
    at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:979)
    at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:897)
    at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:852)
    at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
    at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
    at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
    at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 10
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 28 more
    Code:
    prefix: "�a[Shop] �r"
    iteminfo: "�aItem Information: �r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
    prefix: "?a[Shop] ?r"
    iteminfo: "?aItem Information: ?r"
     
    ACCESS_DENIED: "You don't have permission to do that!"
     
    NOT_ENOUGH_MONEY: "You don't have enough money!"
    NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!"
    NO_BUYING_HERE: "You can't buy here!"
    NO_SELLING_HERE: "You can't sell here!"
     
    NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!"
    NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!"
    NOT_ENOUGH_ITEMS_TO_SELL: "You don't have enough items to sell!"
     
    NOT_ENOUGH_STOCK: "This shop is out of stock."
    NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "Your %material shop is out of stock!"
    YOU_BOUGHT_FROM_SHOP: "You bought %item from %owner for %price."
    SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer bought %item for %price from you."
     
    YOU_SOLD_TO_SHOP: "You sold %item to %buyer for %price."
    SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller sold %item for %price to you."
     
    YOU_CANNOT_CREATE_SHOP: "You can't create this type of shop!"
    NO_CHEST_DETECTED: "Couldn't find a chest!"
    INVALID_SHOP_DETECTED: "The shop cannot be used! (It might lack a chest!)"
    CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!"
     
    PROTECTED_SHOP: "Successfully protected the shop with LWC!"
    SHOP_CREATED: "Shop successfully created!"
    SHOP_REFUNDED: "You have been refunded %amount."
     
    RESTRICTED_SIGN_CREATED: "Sign succesfully created!"
     
    NO_PERMISSION: "You don't have permissions to do that!"
    INCORRECT_ITEM_ID: "You have specified invalid item id!"
    NOT_ENOUGH_PROTECTIONS: "Could not create a protection!"
     
    CANNOT_CREATE_SHOP_HERE: "You can't create shop here!"
     
  2. Offline

    jason8100

    You typed an ? somewhere where you shouldn't have i think. Try running it clean without editing the config.
     
  3. Offline

    Necrodoom

    the first 2 lines contain invalid characters.
     
Thread Status:
Not open for further replies.

Share This Page