Bukkit plugins: PlayerData in MySQL.

Got an idea for a tutorial ? Share it here.
Post Reply
Remi1115
Posts: 2
Joined: Tue Aug 21, 2012 9:47 pm
Location: The Netherlands

Bukkit plugins: PlayerData in MySQL.

Post by Remi1115 »

Hello.

I see you already have a fairly big list of topics you want to make tutorial videos about.
And I see that it's full of things that I would also like to see in the future.

I'm fairly new to Bukkit and Java in general, but I want to give a shot at learning it. For fun and when I feel to.

Could you make a Java Bukkit plugin tutorial about connecting to a (MySQL) database and storing user variables in there? If they are banned for instance, and custom MOTD's that can be changed for every individual user. Also how to store all the database variables for a player in the Player's variable instance of Bukkit (getPlayer) (for me the hardest part).

Sorry for my bad English,

Remi1115
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Bukkit plugins: PlayerData in MySQL.

Post by jacek »

I can give it a go :)
Image
Remi1115
Posts: 2
Joined: Tue Aug 21, 2012 9:47 pm
Location: The Netherlands

Re: Bukkit plugins: PlayerData in MySQL.

Post by Remi1115 »

Thanks a lot :D .
Post Reply