how can you make a skill system.

Started by Shoni2009 on

Topic category: Advanced modding

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how can you make a skill system.
Wed, 06/03/2020 - 10:25 (edited)

So in my mod i want to create a system that shows a variable i call skill to show the player how much skill they have how is this possible please help if you know.

Edited by Shoni2009 on Wed, 06/03/2020 - 10:25
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sry wrong thing
Sun, 05/31/2020 - 16:46

sry wrong thing

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you know how to make bigger…
Sun, 05/31/2020 - 16:48

you know how to make bigger gui slots?

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This thread should be closed…
Sun, 05/31/2020 - 16:59

This thread should be closed, create a new one for help. Creating new threads help others easily find solutions if they have a similar problem.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Whoa this topic exploded…
Sun, 05/31/2020 - 17:45

Whoa this topic exploded like yesterday it only had 4 replies now it has 18 including mine.

 

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, it really did "explode…
Sun, 05/31/2020 - 17:55

Yeah, it really did "explode"... Now can we close this thread?

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there more to discuss?
Sun, 05/31/2020 - 18:11

Is there more to discuss?

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made one for my mod.Use…
Sun, 05/31/2020 - 19:07

I made one for my mod.Use NBT entity tags. It’s much more difficult than it seems I learned that the hard way 😂

as i said NBT tags reset…
Sun, 05/31/2020 - 19:54

as i said NBT tags reset after you quit the game.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I figured I coul of stored…
Tue, 06/02/2020 - 00:14

I figured I coul of stored it in a block and 

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's possible with nbt tags,…
Tue, 06/02/2020 - 00:56

It's possible with nbt tags, yes. You save it to a global session variable which is per player, and save it to nbt when you quit the game since session variables are only preserved per session.