#DeluxeMenus Placeholder Parsing for menu titles

1 messages · Page 1 of 1 (latest)

violet thorn
#

For some reason deluxe menus titles arent working. My JS placeholder returns &#rrggbb and &x&r&r&g&g&b&b and cant get both to work in the title. If I parse the placeholder myself, copy it an use that as title it works perfectly, but cant get it to work with my placeholder.
https://i.imgur.com/pXqObOW.gif

deft karma
#

mine seems to work fine &#ff0000

#

tested storing it to a meta placeholder

#

%deluxemenus_meta_test_STRING_%%deluxemenus_meta_keyboard_STRING_Enter Something...%

#

maybe the dev build if you're not on it

#

?dm-builds

nocturne moatBOT
violet thorn
deft karma
#

ohhh shittt

#

that's fucking clean

#

CLEANNNNNNNNNNNNNN

#

Slap that hex picker on there @abstract mountain

#

chefs kiss

violet thorn
#

:D

deft karma
abstract mountain
#

Dynamic title?

#

I was probably going to have custom gui titles so I don’t know but that’s defineitly sick

abstract mountain
#

It’s beautiful… but… one space off centered left

#

😂😂

deft karma
#

😂 cannot unsee

abstract mountain
#

Sick menu though, GG

#

I gotta make some more creative stuff like that

violet thorn
abstract mountain
#

Oh shoot I just had a sick idea

#

Probably useless but like, a GUI color picker.. like a theme picker

deft karma
#

you can pixel perfect it 😉

#

just gotta get some pixel textures

#

七七七七&f򫁔&r七七七七%deluxemenus_meta_keyboard_STRING_Enter Something...%

#

a lot of those are pixels to align stuff

#

lol

abstract mountain
#

Mmmmm I want to make more color related and technical menus

#

That gradient thing is a sick idea

abstract mountain
#

Have I started a revolution? 😮

deft karma
#

I made the on-screen keyboard for touchscreen users 😉

abstract mountain
#

Nah I think this gradient menu came first lmao

abstract mountain
#

From a game designing standpoint, to open a user menu to typing a prompt to chat to going back to a menu is sucky

#

But also clicking individual buttons is a little tricky.

#

It’s common practice to use chat prompts and most people get it, but from a game design standpoint I wish there was a better way xD

deft karma
#

yepp

violet thorn
#

Only reason why I wanted to make this in the first place is because the gradient expansion does not support bold xD

abstract mountain
#

Awww that sucks

#

What is it used for btw?

#

The gradient menu*

supple arch
#

wow the title is updating now?

violet thorn
# abstract mountain What is it used for btw?

Setting player theme color per player. So each player can have their own server theme color. This wont probably work on massive servers but I have a small community so its fine xD

abstract mountain
#

Danggggg that’s good

#

I was considering allowing people to customize their server messages and what not

#

Seems like a very minuscule thing but unique nonetheless

abstract mountain
#

Yeah that’s sick

violet thorn
abstract mountain
#

Now we just need a dynamic slot option

#

😎

violet thorn
deft karma
# abstract mountain Honestly. I like that more than chat prompts
  'enter':
    material: paper
    slot: 8
    nbt_ints:
    - 'CustomModelData:9'
    display_name: 'Search'
    click_requirement:
      minimum_requirements: 1
      requirements:
        length:
          type: '>'
          input: '%string_length_{deluxemenus_meta_keyboard_STRING_}%'
          output: 0
          deny_commands:
          - '[meta] remove keyboard STRING s'
          - '[openguimenu] keyboard'
        argument:
          type: 'string equals ignorecase'
          input: '{variable}'
          output: 'shopSearch'
          success_commands:
          - '[player] shopSearch %deluxemenus_meta_keyboard_STRING_%'
          optional: true
    click_commands:
    - '[broadcast] %deluxemenus_meta_keyboard_STRING_%'
    - '[meta] remove keyboard STRING s'
    - '[close]'
#

Check out the argument decider I just added

#

basically I type /keyboard shopsearch and it will use the input of whatever I type to search the shop

#

this way you can use the keyboard for multiple things

#

or you could take in a whole command with the argument I bet 🤷‍♂️

deft karma
supple arch
#

ahh

abstract mountain
#

Very cool!

desert zenith
deft karma
#

😂 it’s all @violet thorn ‘s doing

desert zenith
desert zenith
abstract mountain
#

@violet thorn Sorry for the ping, but how do you make your title update?

#

I'm on the latest build and it's not updating for me thonkFall

violet thorn
#

Instead of refreshing the menu, just open it again

abstract mountain
#

But yours doesn't close?

violet thorn
#

[opengui]

abstract mountain
#

Oh lmao

#

I'm dumb

#

I did [close]

#

Tysm!

violet thorn
#

NP!

#

@abstract mountain If you make something cool you need to show me :DD

violet thorn
#

Thats cool, bult in dark mode xD