#ManuCreator Plugin

1 messages · Page 1 of 1 (latest)

twilit monolith
#

This plugin adds ability to create interactive screens. Current object types are: Button, Dummy and NPC. Dummy is used more for static elements like images, Buttons are for interactive elements like running commands or going to the new screen.
Also making API for this plugin so there will be ability to create an addons for it.
https://media.discordapp.net/attachments/1142591208271663164/1288230847194988565/0924.mp4?ex=68d5a178&is=68d44ff8&hm=98cbdc863cbd50d9c509ee0df12c81fd7f4022da2779588122dc3ee9c03ee2f3&
No ResourcePack
No Mods

half ferry
#

Dudee this is so useful!

delicate goblet
#

Does it use JSON?

#

Or other format?

twilit monolith
delicate goblet
twilit monolith
# delicate goblet Can you share an example code?
spot:
  world: world
  x: 0.5
  y: 67
  z: 0.5
  yaw: 180
  pitch: 0
cursor:
  spawn:
    x: 0
    y: 69
    z: -3
  maxX: 5
  maxY: 2
  extra:
    animation: click
    sound: UI_BUTTON_CLICK
elements:
  layer:
    z: -4
  test:
    type: BUTTON
    image: test.png
    x: 0
    y: 67
    z: -4
    actions:
      - CMD:say hello!
twilit monolith
delicate goblet
twilit monolith