[Discontinued] CommandSigns [v1.3.1] [API 6]

Yeah it’ll be delayed to this weekend, sorry about that

Next weekend now? :stuck_out_tongue:

Sorry, had some medical issues :wink: Should have it this week

2 Likes

I wait hassans6000 update plugin for lastest spongeforge and vanllia.

Any general launch target date? Or are you busy with life? Sorry for sounding impatient but I’m really excited for the update. :purple_heart:

I think HassanS6000 please update plugin for API-5.1.0.
because API-5.1.0 may can use in API-6.0.0.

Thank you very much.

Please update to API 6.0 :]

Release v1.3.1:

Minecraft 1.10.2 - Tested on SpongeForge 6.0.0-BETA-1878

Changes:

  • Updated for API 6.0.0 - thanks to @Hiroku and @ghacproductions

Enjoy this Update! :smile:

4 Likes

Thank you very much! The wait was long but it was worth it :slight_smile:

Woh woh woh, awesome, thanks :smile:

Any further input on these? :slight_smile:

I know you are very busy with personal things @HassanS6000 but would it be possible to add a feature to the commandsigns? A time cooldown feature so players can click the sign once every week for example? Would be awesome to see! Thank you for you work mate

1 Like

@HassanS6000 Any news on economy support?

1 Like

This is what I was about to ask for, would also be great if it could hold a few items and random give out
one of the randoms!

Opened it on the Git, but just in case anyone has any input …

MinecraftForge 12.18.1.2123
SpongeForge 6.0.0-BETA-1914
Command Signs 1.3.1

Trying to implement the command onto a bookcase with no luck. Tried on various other blocks - quartz, dirt etc. - with no luck. It does function for signs however.

EDIT:

Oh, and does anyone know a way to have commands be ran as the console?

Hello, i missing way to run a only console command, like /say hello.
And i add this:
if (command.contains("@c")) //add anywhere to command @c for run command as console
{
command = command.replaceAll("@c", “”);
Sponge.getCommandManager().process(Sponge.getServer().getConsole(), command);
}
at line 128 to interactBlockListener under @p function. Simple but working.
Now just create sign like this : /commandsigns setcommandsign true say hello@c

1 Like

Um.
Thanks I think, but that means little to me :confused: :frowning:

Does the console run the commands or is it the player running them?

'Tis the player

Meant to be an incoming update to allow it to be the console, but Hassan is having some personal time atm I believe.