Code Monkey home page Code Monkey logo

simplekits's People

Contributors

ivancraft623 avatar poggit-bot avatar

Stargazers

 avatar

Watchers

 avatar

simplekits's Issues

Suggest

Add potion effect and cooldown ?

not give

Hello it does not give me a kit when I click on buy

Urgent

Hi, I'm having the same problem, I do everything correctly and when it goes to claim it, the pugin simply says that it was claimed but it doesn't deliver the kit. (Does not generate any error in the console)

fix it ASAP PLEASE

THANKS

Crash

When I start my server with the plugin SimpleKits, my server crash:

Error: Class "poggit\libasynql\libasynql" not found
File: plugins/SimpleKits-main/src/IvanCraft623/SimpleKits/database/DataManager
Line: 41
Type: Error

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: SimpleKits

Code:
[32] $this->plugin = SimpleKits::getInstance();
[33] $this->pluginPath = $this->plugin->getDataFolder();
[34]
[35] $this->onError = function(SqlError $result): void{
[36] $this->plugin->getLogger()->emergency($result->getQuery() . ' - ' . $result->getErrorMessage());
[37] };
[38] }
[39]
[40] public function createContext(): void {
[41] $this->database = libasynql::create($this->plugin, $this->plugin->getConfig()->get("database"), [
[42] "sqlite" => "database/sqlite.sql",
[43] "mysql" => "database/mysql.sql",
[44] ]);
[45]
[46] $this->database->executeGeneric('table.players');
[47] $this->database->executeGeneric('table.kits');
[48] }
[49]
[50] public function getDatabase(): ?DataConnector {
[51] return $this->database;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.