Jump to content

Recommended Posts

Posted

It's very easy to install and use, especially if they let you do it through a panel. If you can install a Tekkit server, I am sure you can setup the database. PM me and maybe I can help you through it. It's well worth your time to use MySQL.

Posted

Update for those having issues with Tekkit Restrict and SQL errors in console.

Error: [WARNING] [tekkitrestrict] tr[sqlite] Error at SQL Query: [sqlITE_ERROR] SQL error or missing database (no such table: tr_limiter)

The following was taken from this link, which was said by the creator of the plugin: http://dev.bukkit.org/server-mods/tekkit-restrict/tickets/31-sqlite-error/

This is common because the database isn't created even though I have the code for it set up.

  1. Download SQLiteBrowser
  2. Open Data.db with this
  3. goto Execute SQL Tab
  4. Enter:

CREATE TABLE IF NOT EXISTS 'tr_limiter' ('id' INTEGER PRIMARY KEY AUTOINCREMENT,'player' TEXT,'blockdata' TEXT);

  • Then press Execute button. It should say that it executed without error.

After doing this I was able to finally get the plugin working properly on my server.

Posted

Update for those having issues with Tekkit Restrict and SQL errors in console.

Error: [WARNING] [tekkitrestrict] tr[sqlite] Error at SQL Query: [sqlITE_ERROR] SQL error or missing database (no such table: tr_limiter)

The following was taken from this link, which was said by the creator of the plugin: http://dev.bukkit.org/server-mods/tekkit-restrict/tickets/31-sqlite-error/

This is common because the database isn't created even though I have the code for it set up.

  1. Download SQLiteBrowser
  2. Open Data.db with this
  3. goto Execute SQL Tab
  4. Enter:

CREATE TABLE IF NOT EXISTS 'tr_limiter' ('id' INTEGER PRIMARY KEY AUTOINCREMENT,'player' TEXT,'blockdata' TEXT);

  • Then press Execute button. It should say that it executed without error.

After doing this I was able to finally get the plugin working properly on my server.

I did not have any problems with this?

Posted

mcmmo refuses to work [mcMMO] Enabling mcMMO v1.3.11-b1030

2012-09-23 16:52:33 [iNFO] [mcMMO] Loading mcMMO config.yml File...

2012-09-23 16:52:33 [iNFO] [mcMMO] Loading mcMMO treasures.yml File...

2012-09-23 16:52:33 [iNFO] [mcMMO] Loading mcMMO tools.yml File...

2012-09-23 16:52:33 [iNFO] [mcMMO] Loading mcMMO armor.yml File...

2012-09-23 16:52:33 [iNFO] [mcMMO] Loading mcMMO blocks.yml File...

2012-09-23 16:52:33 [sEVERE] Error occurred while enabling mcMMO v1.3.11-b1030 (Is it up to date?)

java.lang.NullPointerException

at com.gmail.nossr50.config.mods.CustomBlocksConfig.loadBlocks(CustomBlocksConfig.java:51)

at com.gmail.nossr50.config.mods.CustomBlocksConfig.loadKeys(CustomBlocksConfig.java:46)

at com.gmail.nossr50.config.mods.CustomBlocksConfig.<init>(CustomBlocksConfig.java:29)

at com.gmail.nossr50.config.mods.CustomBlocksConfig.getInstance(CustomBlocksConfig.java:34)

at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:138)

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:388)

at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:385)

at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:367)

at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:305)

at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:59)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:492)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Posted

Probably an error with your patching method. The error occured after your block.yml was loaded so you either typed something wrong or copy/pasted wrong. Mcmmo works fine out of the box except the tree feller skill. Just disable that, turn off the chunk option they have (it will save you a million files in your world folder), and let it run. Then try to apply the patches if you REALLY need them (you don't).

Posted

Guys the latest version of Tekkit Restrict seems to be a little buggy as it kicks you for speed hacking when you teleport or sometimes when you use the Quantum Armours speed boost ability. Version 0.66 seems to be the best currently!

Posted

I have fixed the problem. :D 0.95 Release seems to be the most stable thus far. I have been coding night after night to get it stable, so hi... :D

Thanks for your effort and long nights coding man,

i will test it as soon as my server goes back online :)

  • 3 weeks later...
  • 3 weeks later...
  • 1 month later...
  • 1 month later...
  • 3 months later...
  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...