This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package model | |
| import ( | |
| "github.com/jinzhu/gorm" | |
| _ "github.com/jinzhu/gorm/dialects/mysql" | |
| ) | |
| // this is shared by all goroutines accessing the database. Note it is NOT | |
| // exported as any database access code should be in this package. This creates | |
| // clean separation of concerns. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -rw-r--r-- 1 chrome chrome 7.1K 2011-03-10 22:30 chatbukkit.jar | |
| drwxr-xr-x 2 chrome chrome 4.0K 2011-03-12 16:05 CraftBook | |
| drwxr-xr-x 2 chrome chrome 4.0K 2011-03-12 16:05 CraftBookCircuits | |
| -rw-r--r-- 1 chrome chrome 6.7K 2011-03-12 16:05 CraftBookCircuits.jar | |
| -rw-r--r-- 1 chrome chrome 26K 2011-03-12 16:05 CraftBook.jar | |
| drwxr-xr-x 2 chrome chrome 4.0K 2011-03-12 16:05 CraftBookMechanisms | |
| -rw-r--r-- 1 chrome chrome 140K 2011-03-12 16:05 CraftBookMechanisms.jar | |
| drwxr-xr-x 2 chrome chrome 4.0K 2011-03-12 16:05 CraftBookVehicles | |
| -rw-r--r-- 1 chrome chrome 5.4K 2011-03-12 16:05 CraftBookVehicles.jar | |
| drwxr-xr-x 4 chrome chrome 4.0K 2011-03-17 18:50 Essentials |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20:36:45 [SEVERE] Could not load plugins/Permissions.jar in plugins: null | |
| org.bukkit.plugin.InvalidPluginException | |
| at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113) | |
| at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159) | |
| at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107) | |
| at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61) | |
| at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204) | |
| at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191) | |
| at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131) | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246) |
NewerOlder