forked from LogBlock/LogBlock
Merge branch 'master' of https://github.com/LogBlock/LogBlock into itemdata-expansion
Conflicts: src/main/resources/plugin.yml
This commit is contained in:
@ -168,7 +168,7 @@ class Updater
|
||||
final Statement st = conn.createStatement();
|
||||
for (final WorldConfig wcfg : getLoggedWorlds())
|
||||
if (wcfg.isLogging(Logging.KILL))
|
||||
st.execute("ALTER TABLE `" + wcfg.table + "-kills` ADD (x SMALLINT NOT NULL DEFAULT 0, y TINYINT UNSIGNED NOT NULL DEFAULT 0, z SMALLINT NOT NULL DEFAULT 0)");
|
||||
st.execute("ALTER TABLE `" + wcfg.table + "-kills` ADD (x MEDIUMINT NOT NULL DEFAULT 0, y SMALLINT NOT NULL DEFAULT 0, z MEDIUMINT NOT NULL DEFAULT 0)");
|
||||
st.close();
|
||||
conn.close();
|
||||
} catch (final SQLException ex) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: ${project.name}
|
||||
version: '1.72'
|
||||
version: '1.80'
|
||||
author: DiddiZ
|
||||
authors: [md_5, ammar2]
|
||||
authors: [md_5, ammar2, frymaster]
|
||||
website: http://dev.bukkit.org/server-mods/logblock/
|
||||
main: de.diddiz.LogBlock.LogBlock
|
||||
description: ${project.description}
|
||||
|
Reference in New Issue
Block a user