Teleportation System (Customisable)

Started by PeridotX5 on

Topic category: Advanced modding

Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleportation System (Customisable)

My Problem / Situation

Hi! I'm making a mod based off of the very popular T.V show, 'Steven Universe'.

In said show, there are objects known as 'Warp Pads'.  When a 'Warp Pad' is set up, they allow the person using it to warp to other Pads.

What I'm Looking For

I need a block that in the G.U.I, there is a list of other 'Warp Pads' available. When you set up a 'Warp Pad', it should appear on the G.U.I that is present for all 'Warp Pads'.

I am a tiny bit farmiliar with Java Programming, not much though. If programming is involved, please give me a basic outline of the code I would need.

Thank You For Your Time!

 

 

 

 

Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey! thats so interesting! I
Thu, 05/18/2017 - 20:01

Hey! thats so interesting! I also have a SU mod.  I started making warp pads with custom code but deleted it after a while. I dont have the code anymore sorry, but try using something like coorinates and saving those.

Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Hey! thats so interesting! I
Thu, 05/18/2017 - 20:35

@#1 Thanks For Your Reply!

I was thinking about doing coordinates but I have no idea how to make the game save those coordinates. Oh Well! There is one thing, im planning on having it so if someone picks up your gem and doesn't bubble you, you can respawn right next to them! Can you help me with this one? Thanks for your reply!

Joined Jul 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Saving the coordinates would
Thu, 05/18/2017 - 22:04

Saving the coordinates would require packets, Im not sure if you know what those are. their kinda a pain, but thats just my experience.

Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Saving the coordinates would
Fri, 05/19/2017 - 15:45

Could yiu specify a place where I can learn more about these "Packets". THANKS A BUNCH!

Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry! I don't know what that
Sat, 05/20/2017 - 05:51

Sorry! I don't know what that t.v. show is but can you help me with the subject "lucky block mod help".

 

Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Sorry! I don't know what that
Sat, 05/20/2017 - 14:29

@#4 Erik packets are something used in programing to store data so that it can be moved and atached to othere things, for your luckyblock mod i THINK that in the block editor, you set that it doesnt drop itself and then set what you want it to drop. I hope this helps but im kind of new to this so... Good Luck :D