Hello, I am currently running API version 3.0.0-ALPHA10 for Minecraft: PE v1.2.7 (protocol version 160) I am having trouble with 2 plugins: essentialsTP and FactionsPro. The errors I am receiving are: [13:58:24] [Server thread/ERROR]: Required extension sqlite3 not loaded [13:58:24] [Server thread/CRITICAL]: Could not load plugin 'essentialsTP' [13:58:24] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "FactionsPro_1.4.phar/src/Faction [13:58:24] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "FactionsPro_1.4. Can someone tell me how to setup these plugins correctly? Thanks.
Inside your bin folder there should be a file called php.ini somewhere (Probably in bin/php/bin). You should see a line like ;extension = sqlite3 If you do, remove the ;. Otherwise just add this to the file: extension = sqlite3