Author Topic: Taking coding-only requests (Requests closed, all queued items complete)!  (Read 3755 times)

scratch that, this doesn't work. :[
How does it not work? From what I can see, it should. Did you check config/server/ to see if a file called death_records.txt exists?

How does it not work? From what I can see, it should. Did you check config/server/ to see if a file called death_records.txt exists?

oh, it logs it to a notepad file? i really needed it to echo it to the console so that i can keep up with who dies by who in real time.

It is set to echo, it's takes the %killer client name and %client name

It is set to echo, it's takes the %killer client name and %client name

okay, echoing is showing an action in the game and showing it in text in the console, or something along those lines, correct? Because what I am trying to do here is have who killed who shown in the console in real time.

If this is what the add-on does, it just doesn't seem to work for me. Does hiding kills effect the function of this script?

Echo shows it in the console as plain text. It should come out as (name) - killed - (name)

Echo shows it in the console as plain text. It should come out as (name) - killed - (name)
It does not work because there is a syntax error. There is no opening brace for the package.

It does not work because there is a syntax error. There is no opening brace for the package.

Lol whoops.
Have a fix.

It does not work because there is a syntax error. There is no opening brace for the package.

thank you

Lol whoops.
Have a fix.

and thank you

i know it's not your guys' job to make stuff like this, but it really helps.

ty <3

i know it's not your guys' job to make stuff like this, but it really helps.

Actually, it kinda is. The add-ons are mainly created by the community for the community. Last add-on I remember badspot making he just re-coded one created by a community member.

make a brickpack usage mod. where you would type /getbricks and the console lists all the bricks that are being used. not the actual bricks but the name of the addon so its easy to find

A blockland cell phone (andoid) client gui or irc I guess

make a brickpack usage mod. where you would type /getbricks and the console lists all the bricks that are being used. not the actual bricks but the name of the addon so its easy to find
Wouldn't this be redundant, as I am going to be making a script that tells which addons aren't used? I guess I could just add this feature as well.

A blockland cell phone (andoid) client gui or irc I guess
Sorry, coding only requests. No GUIs.

Sorry; I'm only taking suggestions that originate in this topic (otherwise there's a chance someone else will finish before me, and I'll have wasted my time).
Seems like lots of people are interested in it being made, but no one is interested in making it.

Sorry, coding only requests. No GUIs.
...guis are created by code.

You know there is also an easy way of making GUIs, right?