Quantcast
Channel: CoreProtect Tickets
Viewing all 333 articles
Browse latest View live

Let it Snow!

$
0
0

What steps will reproduce the problem?
1. Can't reproduce, as far as I know. There's no way for me to test if I can.
2. The commands I ran were: [/co rollback t:1w r:100] then [/co rollback t:5m r:100]

What is the expected output? What do you see instead?
A rollback of the current world to 1 week prior, then back to 5 minutes prior to the current time. We've been using this plugin for months, so it should have the data logged...?

What version of the product are you using?
v2.0.8

Do you have an error log of what happened?
This is all I could find related to CoreProtect:

28.06 06:56:05 [Server] INFO java.lang.NullPointerException
28.06 06:56:05 [Server] ERROR Could not pass event EntityExplodeEvent to CoreProtect v2.0.8

Please provide any additional information below.
When I watched a few tutorial videos, they all explained that CP would rollback to the exact moment you specify, regardless if you rolled it back a week first.....so, I'm not sure exactly how to feel.


Switching between flatfile and MySQL loses rollback data

$
0
0

What steps will reproduce the problem?
1. Run CoreProtect with the flatfile SQLite database for awhile.
2. Switch to using a MySQL database by setting the login options in the config file.
3. Data recorded in the flatfile is no longer available to roll back to.

What is the expected output? What do you see instead?
CoreProtect should either let you import data between mysql and the flatfile, or it should use both when both are present. Instead, it only uses one or the other, meaning you have to manually switch between MySQL and the flatfile to inspect blocks and rollback griefs depending on how long ago it happened.

What version of the product are you using?
CoreProtect v2.0.9

Not Completely Rolling Back Worldedit Doors

$
0
0

What steps will reproduce the problem?
1.I'm Using A Pre-made Map
2.Use Command "/removenear irondoor"
3.Use Command "/co rollback t:1m r:50

What is the expected output? What do you see instead?
I Expected the entire door to be their. Instead only the bottom half was there.

What version of the product are you using?
2.0.9

Do you have an error log of what happened?
No

Please provide any additional information below.
Spigot Bukkit Server

Unkown error

$
0
0

[21:38:48] [Server thread/WARN]: WorldEdit: Failed to do NMS safe block set
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
    at com.sk89q.worldedit.bukkit.BukkitWorld.setBlock(BukkitWorld.java:1362) [WorldEdit.jar]
    at com.sk89q.worldedit.EditSession.rawSetBlock(EditSession.java:233) [WorldEdit.jar]
    at net.coreprotect.worldedit.CoreProtectEditSession.rawSetBlock(CoreProtectEditSession.java:39) [CoreProtect_2.0.9.jar]
    at com.sk89q.worldedit.EditSession.flushQueue(EditSession.java:693) [WorldEdit.jar]
    at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1481) [WorldEdit.jar]
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:242) [WorldEdit.jar]
    at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52) [WorldEdit.jar]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [SimpleCommandMap.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:715) [CraftServer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1347) [nh.class]
    at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1129) [nh.class]
    at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class]
    at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:990) [MinecraftServer.class]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:422) [lt.class]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:820) [MinecraftServer.class]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:680) [MinecraftServer.class]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
Caused by: java.lang.NoSuchMethodError net.minecraft.world.WorldServer.setTypeAndData(IIILnet/minecraft/block/Block;II)Z
    at com.sk89q.worldedit.bukkit.DefaultNmsBlock.setSafely(DefaultNmsBlock.java:226) ~[?:?]
    ... 24 more
[21:38:48] [Server thread/ERROR]: Could not pass event HangingPlaceEvent to CoreProtect v2.0.9
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) ~[JavaPluginLoader$1.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[RegisteredListener.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[TimedRegisteredListener.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [SimplePluginManager.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [SimplePluginManager.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at net.minecraft.item.ItemHangingEntity.func_77648_a(ItemHangingEntity.java:58) [acz.class]
    at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:170) [add.class]
    at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:489) [mx.class]
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:872) [nh.class]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) [jo.class]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) [jo.class]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:990) [MinecraftServer.class]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:422) [lt.class]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:820) [MinecraftServer.class]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:680) [MinecraftServer.class]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
Caused by: java.lang.AssertionError EnumArt_23
    at org.bukkit.craftbukkit.v1_7_R4.CraftArt.NotchToBukkit(CraftArt.java:37) ~[CraftArt.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at org.bukkit.craftbukkit.v1_7_R4.entity.CraftPainting.getArt(CraftPainting.java:20) ~[CraftPainting.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    at net.coreprotect.listener.HangingListener.onHangingPlace(HangingListener.java:78) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:328) ~[JavaPluginLoader$1.class:git-Cauldron-MCPC-Plus-1.7.10-1.1187.01.125]
    ... 17 more

Minecraft version - 1.7.10
Cauldron version - 1.1187.01.126
WorldEdit version - 5.6.3
CoreProtect - 2.0.9

Before this error showed up, I have done some rollbacks, worldedited blocks were implemented too.
After this error showed up, the server started to have big lags and this error just repeated him self, until I stopped the server.

PS: Excuse me for my English, I'm from Czech Republic. I hope that you understand the problem from the error...

adde kill log

$
0
0

What is the issue?

Please provide any additional information below.

Please adde kill log from other people :) (i love to type /ban xxxx Playerkill

non-logged command list

$
0
0

Can you add non-logged command list (in config file)?

I don't want to log commands like: /login, /register, /changepass, /unregister.

Nether Portals don't rollback correctly

$
0
0

What steps will reproduce the problem?
1.Place a Nether Portal
2.Break one of the Portal blocks

What is the expected output? What do you see instead?
The expected output is that all of the Portal blocks will be logged as broken, but only 1 is logged broken.

What version of the product are you using?
2.0.9

Do you have an error log of what happened?
---

Please provide any additional information below.
---

Rails on slants dont get logged broken

$
0
0

What steps will reproduce the problem?
1.Place a slanted rail (Rail facing up)
2.Break the block under the rail.

What is the expected output? What do you see instead?
The expected output is that the rail will be logged as broken.

What version of the product are you using?
2.0.9

Do you have an error log of what happened?
---

Please provide any additional information below.
---


Bonemeal doesn't get logged.

$
0
0

What steps will reproduce the problem?
1.Place bonemeal on grass

What is the expected output? What do you see instead?
The expected output is that the blocks placed by the bonemeal will be logged.

What version of the product are you using?
2.0.9

Do you have an error log of what happened?
---

Please provide any additional information below.
This is really annoying because there's bonemeal all over my world from griefers.

Configure auto-purge

$
0
0

What is the enhancement in mind? How should it look and feel?
It should be possible to configure a "max-age" for logging, ensuring the coreprotect database doesn't "run wild".

Please provide any additional information below.
Add configuration options for specifying:
- max-age
- purge-interval (possibly a cron exp).
Possibly on a per-world basis.
And simply execute /co purge <max-age> at the fixed intervals.

Currently the coreprotect logging will create quite large databases - if this config option isn't implemented.

Log spawning of entities

$
0
0

Imperfection! :D
What steps will reproduce the problem?
1. Find a mob in your creative world
2. Notice it's named something offensive
3. Try to figure out who spawned it.

What is the expected output? What do you see instead?
That I somehow can get the spawning information from CoreProtect.

What version of the product are you using?
v2.0.9

Do you have an error log of what happened?
N/A

Please provide any additional information below.
Please provide a way to see who spawns what where.

error sql CoreProtect v2.10.0

$
0
0

this happens when Latin characters or accents

 [16:54:46 WARNING]: java.sql.SQLException Incorrect string value: '\xEDa aca...' for column 'message' at row 1
 [16:54:46 WARNING]:    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
 [16:54:46 WARNING]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
 [16:54:46 WARNING]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
 [16:54:46 WARNING]:    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
 [16:54:46 WARNING]:    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
 [16:54:46 WARNING]:    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
 [16:54:46 WARNING]:    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
 [16:54:46 WARNING]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
 [16:54:46 WARNING]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
 [16:54:46 WARNING]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
 [16:54:46 WARNING]:    at net.coreprotect.database.Database.insertChat(Database.java:334)
 [16:54:46 WARNING]:    at net.coreprotect.database.Logger.log_chat(Logger.java:55)
 [16:54:46 WARNING]:    at net.coreprotect.consumer.Process.processPlayerChat(Process.java:329)
 [16:54:46 WARNING]:    at net.coreprotect.consumer.Process.processConsumer(Process.java:100)
 [16:54:46 WARNING]:    at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
 [16:54:46 WARNING]:    at java.lang.Thread.run(Thread.java:745)

CoreProtect MySQL error

$
0
0

Hello,

Love you plugin.

I have a MySQL error with you plugin.

Could you help me please.

Here is the error:

31.10 05:07:52 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)

31.10 05:07:52 [Server] WARN at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
31.10 05:07:52 [Server] WARN at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:46)
31.10 05:07:52 [Server] WARN at net.coreprotect.model.Config.init(Config.java:901)
31.10 05:07:52 [Server] WARN at net.coreprotect.model.Config.loadDatabase(Config.java:773)
31.10 05:07:52 [Server] WARN at net.coreprotect.database.Database.getConnection(Database.java:39)
31.10 05:07:52 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:215)
31.10 05:07:52 [Server] WARN at java.sql.DriverManager.getConnection(DriverManager.java:571)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
31.10 05:07:52 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
31.10 05:07:52 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.10 05:07:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
31.10 05:07:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
31.10 05:07:52 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
31.10 05:07:52 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
31.10 05:07:52 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.10 05:07:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
31.10 05:07:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.10 05:07:52 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
31.10 05:07:52 [Server] WARN com.mysql.jdbc.exceptions.jdbc4.CommunicationsException Communications link failure

CoreProtect unable to serialize 1.8 banners with patterns in block inventories.

$
0
0

What steps will reproduce the problem?
1. Load the Carbon Plugin (Adds 1.8 functionalities to 1.7).
2. Place or take a banner with a pattern (not a default colored one) in a block inventory such as a chest or hopper.
3. Check console for an error.

What version of the product are you using?
v2.9.0

Do you have an error log of what happened?
https://gist.github.com/Matmorcat/f3bda14f16084f60b619

Please provide any additional information below.
I know that this is partly due to Carbon, and as such I first submitted a ticket with the Carbon developers. The original ticket can be found here: https://github.com/NavidK0/Carbon/issues/165

Can I Disable /info?

$
0
0

What is the enhancement in mind? How should it look and feel?
An option in the config to disable CoreProtects /info command.
Please provide any additional information below.
I wish to use essentials /info with a plugin that runs commands via console, but since console has all permissions, it gives me an Core Protect error, so I feel there should be a CP /info disabler in the config.


Console gets spammed, ALOT

$
0
0

What steps will reproduce the problem?
1. Placing/Breaking blocks/using world edit, just anything that triggers the plugin
2.
3.

What is the expected output? What do you see instead?
I expect it to just log the data instead of spam the console, I see this in the console:
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.run(Consumer.java:49)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.Process.processBlockData(Process.java:73)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.Process.processBlockData(Process.java:156)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.database.Logger.log_break(Logger.java:160)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.database.Database.insertBlock(Database.java:258)

What version of the product are you using?
2.0.9

Do you have an error log of what happened?
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.run(Consumer.java:49)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.Process.processBlockData(Process.java:73)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.consumer.Process.processBlockData(Process.java:156)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.database.Logger.log_break(Logger.java:160)
10.11 12:03:10 [Server] INFO [12:03:10 WARN]: at net.coreprotect.database.Database.insertBlock(Database.java:258)

Please provide any additional information below.
This happens every seconds so I can't see error logs of other plugins

"No block data found for this location"

$
0
0

What steps will reproduce the problem?
1. Investigate Grief
2. Do /co i
3. Click a block and get "Core Protect - No block data found for this location"

What is the expected output? What do you see instead?
I expect to see Block data for the block I clicked, but Instead I get the "No block data found for this location"

What version of the product are you using?
Minecraft Version - 1.7.9
Core Protect - 2.10.0

Do you have an error log of what happened?
11.11 15:31:18 [Server] INFO Unknown command. Type "help" for help.

Please provide any additional information below.
Host - MC Pro Hosting
IP - fcusa.mcph.co

Data truncation: Incorrect string value

$
0
0

What steps will reproduce the problem?
Console errors when a user enter a comment in chat that is formatted in bold like: &|Hi
The same thing happens when a sign is placed with bold formatting, etc.
Also posting links in chat with with an ampersand (like a youtube link)
It appears to be the ampersand character that needs to be SQL escaped.

What is the expected output? What do you see instead?
The console indicates an error (see below)
com.mysql.jdbc.MysqlDataTruncation Data truncation: Incorrect string value: '\xA7lHi' for column 'message' at row 1

What version of the product are you using?
2.10.0

Do you have an error log of what happened?
yes(below)

Please provide any additional information below.

From the console:
[20:14:39 INFO]: <[A] MineCraftUser0005> Hi   (The user actually entered  &|Hi)
[20:14:40 WARN]: com.mysql.jdbc.MysqlDataTruncation Data truncation: Incorrect string value: '\xA7lHi' for column 'message' at row 1
[20:14:40 WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
[20:14:40 WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
[20:14:40 WARN]:        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[20:14:40 WARN]:        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[20:14:40 WARN]:        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[20:14:40 WARN]:        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
[20:14:40 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
[20:14:40 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
[20:14:40 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
[20:14:40 WARN]:        at net.coreprotect.database.Database.insertChat(Database.java:334)
[20:14:40 WARN]:        at net.coreprotect.database.Logger.log_chat(Logger.java:55)
[20:14:40 WARN]:        at net.coreprotect.consumer.Process.processPlayerChat(Process.java:329)
[20:14:40 WARN]:        at net.coreprotect.consumer.Process.processConsumer(Process.java:100)
[20:14:40 WARN]:        at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
[20:14:40 WARN]:        at java.lang.Thread.run(Thread.java:745)

SQL Incorrect String Value when logging to MySQL

$
0
0

What steps will reproduce the problem?
1. Setup CoreProtect to be backed by a database
2. Make sure sign-logging is enabled.
3. Place a sign, with any text

What is the expected output? What do you see instead?
The sign is placed, and other plugins (i.e. CraftBook) get's a chance.

What version of the product are you using?
2.10.0

Do you have an error log of what happened?
[10:23:24 WARN]: java.sql.SQLException Incorrect string value: '\xA70Test' for column 'line_1' at row 1
[10:23:24 WARN]:        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
[10:23:24 WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
[10:23:24 WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
[10:23:24 WARN]:        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[10:23:24 WARN]:        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[10:23:24 WARN]:        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[10:23:24 WARN]:        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
[10:23:24 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
[10:23:24 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
[10:23:24 WARN]:        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
[10:23:24 WARN]:        at net.coreprotect.database.Database.insertSign(Database.java:309)
[10:23:24 WARN]:        at net.coreprotect.database.Logger.sign_text(Logger.java:181)
[10:23:24 WARN]:        at net.coreprotect.consumer.Process.processSignText(Process.java:196)
[10:23:24 WARN]:        at net.coreprotect.consumer.Process.processConsumer(Process.java:80)
[10:23:24 WARN]:        at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
[10:23:24 WARN]:        at java.lang.Thread.run(Thread.java:745)

Please provide any additional information below.
It seems CoreProtect is either not sanitizing it's text fields, or simply adding bogus data to the line1 column.

Item ID mis-matches with 1.8 update

$
0
0

As I am sure you are plenty aware, Spigot has released it's update for 1.8 and most of the functionality of CoreProtect works well. But it seems there are some issues with some of the new blocks and the ID it gives some of the new blocks and they conflict with existing blocks. A good example is Stone and Granite, they both show as Item ID #1, and if you break them, and perform a rollback, nothing gets rolled back.

Really hope to see CP updated to 1.8 and fit all the new blocks/items into it, and I appreciate all the work you have done on CP so far  :)

Let me know if there is anything else I can help test as well, I will provide whatever information is needed to help!

Viewing all 333 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>