Author Topic: Addon Requests!  (Read 1571 times)

I script for Blockland. I can script well enough that I will probably be able to make addons for requests!

To request an addon, you need to tell me the following:
  • What you want it to do. (e.g. /kill to kill any player)
  • Any prefs you want it to have (RTB Prefs etc.).
  • Any other details (For example, hidden admin commands, kill two seconds after /kill is used)

List of options for addon types:

Brick (if all you want is added custom behaviors)
Client (MAYBE MAYBE MAYBE!)
Colorset?
Gamemode (If it's simple, very simple)
Script (See Client or Server)
Server
System (Err, it depends)

The addons will all be private addons, so in this case, I will PM you a DL link.[/list]

This should go in S&R, not GD.

This should go in S&R, not GD.
idk i've seen plenty of add-on services in GD before

This should go in S&R, not GD.
this is a service not a suggestion/request

For my Alien Block Server, https://www.youtube.com/watch?v=aYZ5nA2ZFKw&feature=youtu.be
I need a way so that when
someone hides under a table,
they turn invisible for about
30 or so seconds. This will
make it so the alien cant
see them underneath the
table but will reveal there
hiding spot after a few seconds.
If you can do that, that would be
fantastic and I would add you to
the helping list on the Forum.


For my Alien Block Server, https://www.youtube.com/watch?v=aYZ5nA2ZFKw&feature=youtu.be
I need a way so that when
someone hides under a table,
they turn invisible for about
30 or so seconds. This will
make it so the alien cant
see them underneath the
table but will reveal there
hiding spot after a few seconds.
If you can do that, that would be
fantastic and I would add you to
the helping list on the Forum.
this can be done with events

idk i've seen plenty of add-on services in GD before
The services I've seen in GD are mainly ones that want payment for what they do, and as of late most people doing services have started their topics in S&R.

I didn't know where to put this so yeah I put it in General.

A way for me to activate events through commands. With these features:
 -If I name a brick "test" when I say /event test it will activate events on the brick
 -The activated events will be through an event OnEventActivated - Self/Player/NamedBrick/Vehicle/Bot/Client/ect.
 -Try and make this around the max events per second, being this would probably be in use for alot of bricks
 -RTB prefs for the permissions. They would be Everyone/Moderator/Admin/SA/Host

Here is an example for how you would use it:
 1. Name a brick "test1"
 2. On the named brick "test1" add the event "OnEventActivated" - "Self" - "Disappear" [5]
 3. Say the command "/event test1"
 4. Upon saying "/event test1" the brick would disappear for 5 seconds, because of the 2nd step.

It would be so great if you could make this mod server sided, but even more amazing if it were client sided! Plz do make, I think it would be useful to more people than just me.

Even more amazing if it were client sided!
Can't be done client-side, has to be server-side. Also if there's a large brickcount it may or may not cause latency issues, depending on how it's coded.

Can't be done client-side, has to be server-side. Also if there's a large brickcount it may or may not cause latency issues, depending on how it's coded.
Actually, it could be client-sided, but I don't do Clients.
A way for me to activate events through commands. With these features:
 -If I name a brick "test" when I say /event test it will activate events on the brick
 -The activated events will be through an event OnEventActivated - Self/Player/NamedBrick/Vehicle/Bot/Client/ect.
 -Try and make this around the max events per second, being this would probably be in use for alot of bricks
 -RTB prefs for the permissions. They would be Everyone/Moderator/Admin/SA/Host

Here is an example for how you would use it:
 1. Name a brick "test1"
 2. On the named brick "test1" add the event "OnEventActivated" - "Self" - "Disappear" [5]
 3. Say the command "/event test1"
 4. Upon saying "/event test1" the brick would disappear for 5 seconds, because of the 2nd step.

It would be so great if you could make this mod server sided, but even more amazing if it were client sided! Plz do make, I think it would be useful to more people than just me.

I think I should be able to do this.

Actually, it could be client-sided, but I don't do Clients.
Please elaborate on how you can register events into a server from the client.


this can be done with events

How do I use the events then?
« Last Edit: January 25, 2015, 07:22:25 AM by blueeyesjt1 »