• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

1.3.0 BETA 18

Mist

Staff member
Administrator
This one has some rather large fixes, plus one 'new' feature. Enjoy. Now I actually think we are nearing a full on 1.3.0 release. (Probably by this weekend?)

  • General Changes
    • Broke up the tasks amongst 5 classes (for each element). Jacklin213 gave me this idea, and said it may help with CPU usage, but I don't know. I guess it can't hurt to try. I'd imagine the change would be minimal though. Perhaps someone could get back to me on this one.
  • Waterbending Changes
    • HealingWaters Changes
      • AlexTheCoder added a feature to HealingWaters where it will remove all negative potion effects from the entity that is being healed.
  • Chiblocking Changes
    • Chiblockers can actually block someone else's Chi. I'm not sure when this broke or how, but it is fixed now.
    • RapidPunch now has a chance at blocking someone's chi.
    • Paralyze works more like it should.
 

Kiam

Verified Member
Everything is the same as it was, and I just updated the plugin, and suddenly, lag spikes. It could be a node problem, but I am just reporting what I observed.
 

AlexTheCoder

Staff member
Plugin Developer
Verified Member
For all you devs, there are three new methods in this build! We have:
boolean:
isNegativeEffect(PotionEffectType effect)
isPositiveEffect(PotionEffectType effect)
isNeutralEffect(PotionEffectType effect)
 

Trick2g

Verified Member
Hey,

I am just wondering is there any version that has fixed the TPS problem where when there is a lot of people bending it causes the server TPS drop below 10.

Thanks
 

Trick2g

Verified Member
Hey,

Whenever my TPS drops it says this and also when it is night time it causes serious lag especially when people bend at night.

12.08 06:03:30 [Server] WARN Can't keep up! Did the system time change, or is the server overloaded? Running 4500ms behind, skipping 90 tick(s)
12.08 06:02:22 [Server] WARN Can't keep up! Did the system time change, or is the server overloaded? Running 5794ms behind, skipping 115 tick(s)
12.08 06:01:41 [Server] WARN Can't keep up! Did the system time change, or is the server overloaded? Running 2038ms behind, skipping 40 tick(s)
12.08 06:01:21 [Server] WARN Can't keep up! Did the system time change, or is the server overloaded? Running 35773ms behind, skipping 715 tick(s)

Thanks
 

Trick2g

Verified Member
Hey,

Can you help me I want to use the MYSQL to keep the data of what each person's element how do i go about it. I have filled out the details in the config under storage. But I don't know why there is still a project.db which increases in size when someone picks an element. Do i have to import it or something?

Thanks,
Trick2g
 

jacklin213

Staff member
Plugin Developer
Verified Member
Hey,

Can you help me I want to use the MYSQL to keep the data of what each person's element how do i go about it. I have filled out the details in the config under storage. But I don't know why there is still a project.db which increases in size when someone picks an element. Do i have to import it or something?

Thanks,
Trick2g
Have you changed the Storage.Type to MySQL instead of SQLite. No importing is required and the projectkorra.db will not delete itself even if your using MySQL
 

Trick2g

Verified Member
Hey I'm getting these errors now in the console any idea how to fix please it keeps crashing my server. Thanks

13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.PKListener.onPlayerQuit(PKListener.java:293)
13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.Methods.saveBendingPlayer(Methods.java:1714)
13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.Storage.Database.modifyQuery(Database.java:82)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
13.08 05:26:28 [Server] WARN com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'permaremoved' at row 22
 

jacklin213

Staff member
Plugin Developer
Verified Member
Hey I'm getting these errors now in the console any idea how to fix please it keeps crashing my server. Thanks

13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.PKListener.onPlayerQuit(PKListener.java:293)
13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.Methods.saveBendingPlayer(Methods.java:1714)
13.08 05:26:28 [Server] WARN at com.projectkorra.ProjectKorra.Storage.Database.modifyQuery(Database.java:82)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
13.08 05:26:28 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
13.08 05:26:28 [Server] WARN com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'permaremoved' at row 22
I have just addressed this issue, it should be fixed in the next BETA
 
Top