Solved Insertion with mysql of Skquery

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Spartan9802

Member
Jan 26, 2017
158
8
18
Hello,
I have 54 insert with mysql for saving all slot of the inventory of player and this method create mass lag :/
 
Parse all inventory as text like "slot:itemstack:durability:enchants:amount:name:lore:nbt$$next items..".
Example:
"0::diamond_helmet::250:: protection 2,unbreaking 3::1::&bOP HELMET::line1,line2::{somenbt}"$$23::stick::0::knockback 2::1::&cStick of Truth::line1,line,line345::none"
 
He means that you should order every item from the inventory like this
"slot:itemstack:durability:enchants:amount:name:lore:nbt$$next items..".
 
Status
Not open for further replies.