I need a Implement on OnPickEvent, can you make a global var to tell the item name? The custom item name with colors, and When ill pick a book, need to get the name and author.
It needs to edit a button can ask name, and when you put name, ex the script in commandbot.txt with %PLAYER% will be set into %@&botnameconfig%
The button inside will contain the $$[botnameconfig] and when you put the name ex ''Nameofplayer'' it needs to put the name stored into the %@&botnameconfig% and will triggers only for the specific player...
The global vars need to replace %PLAYER% with < %@&playerconfigured%> in $$[playevar] idk how someone can help me, but if someone explain this, ill be grateful,
0
@mumfrey , any example how i can use the slider?
0
still no one gave me an example how to use the slider -.-
0
well, i want a slider to manage the rollback time of coreprotect's macro, give me an example how to do it?
0
Hello? no one can help me using that slider?
0
Hello, i we just noticed there is a slider, how to use it?
0
Check your PMS, i sent you the 2 sources,
0
nevermind, thanks to one Forge dev, we updated it ourself..
1.10 : https://www.dropbox.com/s/vwdu6bliwca48pb/ColorCodeGui-1.2 (1.10).jar?dl=1
1.11 : https://www.dropbox.com/s/r5et6kyj50fh5c3/ColorCodeGui-1.2.1(1.11) .jar?dl=1
0
@nukeDuck maybe updating it? i really love your mod
0
Mumfrey, in 1.10 update, i can't delete Gui buttons , removing macros from GUI, ill expect a fix soon
0
Welp, in the GUI editor, i can't delete any button!
0
I need a Implement on OnPickEvent, can you make a global var to tell the item name? The custom item name with colors, and When ill pick a book, need to get the name and author.
0
can you add SETVALUE? it means to set the variabile/globalcustomvariabile to specific value.
BEcause it will be useful to edit Some macros settings. etc , ex i need it to make some Bot menu to edit bot settings.
please make it supporting $$[yourrequestedvalue] like SETVALUE(@&yourvaluetoset,$$[yourrequestedvalue]);
When you put it, the $$[] set value, will be set into @&yourvaluetoset.
it will be useful.
0
It needs to edit a button can ask name, and when you put name, ex the script in commandbot.txt with %PLAYER% will be set into %@&botnameconfig%
The button inside will contain the $$[botnameconfig] and when you put the name ex ''Nameofplayer'' it needs to put the name stored into the %@&botnameconfig% and will triggers only for the specific player...
0
Welp , how i can set a global variabile with buttons? ... it will be useful to configure my bot
Example
ifmatches(%CHATCLEAN%,"(.+) <%PLAYER%> !!doom (.+)");
The global vars need to replace %PLAYER% with < %@&playerconfigured%> in $$[playevar] idk how someone can help me, but if someone explain this, ill be grateful,
Thanks in advance.
0
I need help, ok,
Sometimes i need to ipban a specific player...
Then, i need the player's hash,
and i need to type /gadmin list
ex now it appears
[17:50:54] [Client thread/INFO]: [CHAT] [ Real Name ] : [ Display Name ] - Hash:
[17:50:54] [Client thread/INFO]: [CHAT] [ GuerreroCanino ] : [ GuerreroCanino ] - 2d03
[17:50:54] [Client thread/INFO]: [CHAT] [ Huginnn_ ] : [ Huginnn_ ] - c06c
[17:50:54] [Client thread/INFO]: [CHAT] [ falceso ] : [ falceso ] - 4345
[17:50:54] [Client thread/INFO]: [CHAT] [ anderminde456 ] : [ anderminde456 ] - 8953
[17:50:54] [Client thread/INFO]: [CHAT] [ Mark_the_Dragon ] : [ Mark_the_Dragon ] - dfe4
[17:50:55] [Client thread/INFO]: [CHAT] [ BornInAFlame ] : [ FireChild ] - bab5
[17:50:55] [Client thread/INFO]: [CHAT] [ naruto4360 ] : [ naruto4360 ] - f180
[17:50:55] [Client thread/INFO]: [CHAT] [ DanFra ] : [ DanFra ] - c98e
[17:50:55] [Client thread/INFO]: [CHAT] [ _ChanirPlayz_ ] : [ CharaIsFrisk ] - 6376
[17:50:55] [Client thread/INFO]: [CHAT] [ Crazy_And_Cooler ] : [ CrazyAndCooler ] - e6b3
[17:50:55] [Client thread/INFO]: [CHAT] [ TacoTaki ] : [ TacoTaki ] - 3772
[17:50:56] [Client thread/INFO]: [CHAT] [ LineQuard ] : [ RememberMe ] - 3a0a
[17:50:56] [Client thread/INFO]: [CHAT] [ Twilight_Gamer42 ] : [ Twilight_Gamer42 ] - e46c
[17:50:56] [Client thread/INFO]: [CHAT] [ TomCreeperMC ] : [ TomCreeperMC ] - 2f0c
[17:50:56] [Client thread/INFO]: [CHAT] [ StupidDan ] : [ StupidDan ] - 8587
[17:50:56] [Client thread/INFO]: [CHAT] [ marcocorriero11 ] : [ marcocorriero11 ] - fcfe
[17:50:56] [Client thread/INFO]: [CHAT] [ TheNubzPlayerPT ] : [ TheNubzPlayerPT ] - 2e1f
[17:50:56] [Client thread/INFO]: [CHAT] [ Rosa_prosapia ] : [ Flame ] - 1d5b
[17:50:57] [Client thread/INFO]: [CHAT] [ xminebross ] : [ xminebross ] - e8a2
[17:50:57] [Client thread/INFO]: [CHAT] [ TheLoLFisk ] : [ TheLoLFisk ] - 93a3
[17:50:57] [Client thread/INFO]: [CHAT] [ tzu2770 ] : [ tzu2770 ] - 045f
example i want to ban GuerreroCanino
[17:50:54] [Client thread/INFO]: [CHAT] [ GuerreroCanino ] : [ GuerreroCanino ] - 2d03
ok, ill type !!findhash GuerreroCanino
and the macro need to type ECHO(/gadmin list);
but is not detecting the hash, guerrerocanino's hash is 2d03
How i can fix it?
after i did this, you can do some macros, like !!ipban GuerreroCanino
and need to search guerrero's hash and typing /gadmin ipban 2d03
same for /gadmin nameban
Thanks for everyone will help me.