✅StatsAPI [MySQLApi Simplified]✅[1.13.2-1.18] icon

✅StatsAPI [MySQLApi Simplified]✅[1.13.2-1.18] -----

More simplified methods for create tables, add rows and other things into a database!



Update beta 1.1.2 [Big update]
Additions:
Code (Java):

// StatsAPI class
void addValueToSpecificStats (Player player, String tablename, String columnname, Object value,ValueType type )
void removeValueToSpecificStats (Player player, String tablename, String columnname, Object value,ValueType type )
double getSpecificStatsDouble (Player player, String tablename, String columnname )
// ValueType enums:
// INT
// FLOAT
// DOUBLE
// Table class
boolean rowExist ( String columnname, String value )
void addCustomType ( String name, String typeid )
//Use this for create a table with other columns type that are not implemented yet in the class!
 
Changes:
Code (Java):

void addRowsIntoTable (Player player, String columns, String values )
// Changed to:
void addRowsIntoTable ( String columns, String values )
// Cause was wrong that require the Player!

[B ] [B ]
Deprecated:[/B][/B]
Code (Java):

// StatsAPI class
deprecated all methods of this type :
void addToSpecificStatsInt (Player player, String tablename, String columnname, int count )
void removeToSpecificStatsInt (Player player, String tablename, String columnname, int count )

 
If you like the API please to rate it!
----------, Oct 4, 2021
Resource Information
Author:
----------
Total Downloads: 280
First Release: Oct 3, 2021
Last Update: Oct 9, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings