Jump to content




[MC 1.4.6/1.4.7][CC 1.48/1.481][SP/MP]Operator Panel is back(need bukkit porter)


60 replies to this topic

#1 louitzie

  • Members
  • 50 posts

Posted 28 April 2012 - 09:11 AM

Hello everyone

This is my first peripheral

It can be used to interact with the minecrraft world

Features

type help op for all features
here are some pictures

Posted Image
Posted Image

the recipe
Posted Image

place the op panel like the wireless modem and it will work

in multiplayer you'll need to click the block to make sure you are an op (else this block has too mutch power on servers)

example video

downloads: please comment

universal
Operator Panel 1.4.6_r1
Extract OPlua folder to mods

for players
last release
Controller_client 1.2.5_6.zip
old releases
Controller_client 1.2.5_5.zip
Controller_client 1.2.5_4.zip
Controller_client 1.2.5_3.zip
Controller_client 1.2.5_2.zip
Controller_client 1.2.5_1.zip
Controller_client 1.2.5_0.zip

Controller_client 1.2.3_3.zip
Controller_client 1.2.3_2.zip
Controller_client 1.2.3_1.zip
Controller_client 1.2.3_0.zip
for server admins
last release
Controller_server 1.2.5_6.zip
old releases
Controller_server 1.2.5_5.zip
Controller_server 1.2.5_4.zip
Controller_server 1.2.5_3.zip
Controller_server 1.2.5_2.zip
Controller_server 1.2.5_1.zip
Controller_server 1.2.5_0.zip

Controller_server 1.2.3_3.zip
Controller_server 1.2.3_2.zip
Controller_server 1.2.3_1.zip
Controller_server 1.2.3_0.zip

paste folder in the zip in the mods folder to install

changelog
_0
  • first release
_1
  • added configurable blockID
  • made the recipe able to disable in config
_2
  • temporary removed the config file
  • changed the recipe
  • made block textures update in SMP
_3
  • added help file
_4
  • stopped 1.2.3 development
  • added sendMessageToPlayer() method
  • you can now send message to computers from chat (SMP) see help for more details
_5
  • added configurable blockID
  • improved send from chat example "/cc0 example" to send "example" to computer 0 (see Controller/events)
_6
  • added api "op"
  • added help topic type "help op"
  • added a few sample programs in "Controller" folder
  • improved send from chat now message,sender,side


#2 louitzie

  • Members
  • 50 posts

Posted 28 April 2012 - 09:21 AM

/

#3 LolHens

  • Members
  • 9 posts

Posted 28 April 2012 - 09:31 PM

Could you make a config, to turn this recipe off?

#4 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 28 April 2012 - 10:15 PM

Recipe idea:
Stone Modem Stone
Stone Bedrock Stone
Stone Modem Stone

The bedrock is, so only operators can make it, for singleplayer it could be replaced with a diamond block.

#5 WiolfCat7

  • New Members
  • 10 posts

Posted 28 April 2012 - 11:09 PM

This doesnt even add anything. I looked and i installed it right and nothing apears to be added.

#6 WiolfCat7

  • New Members
  • 10 posts

Posted 28 April 2012 - 11:30 PM

nvm i installed it wrong
it works

#7 louitzie

  • Members
  • 50 posts

Posted 29 April 2012 - 08:37 AM

i don't know the block "stone modem stone" do you mean the wireless modem?

#8 Holofire

  • Members
  • 18 posts

Posted 29 April 2012 - 08:55 AM

He means if you layed it out on a crafting table, it would be:

Stone | Modem | Stone
----------------------------
Stone | Bedrock | Stone
-----------------------------
Stone | Modem | Stone

EDIT: Oh, and this looks really good for what I want!

EDIT2: And the id config doesnt seem to work. Whatever I change it too, it still stays at id 210

#9 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 29 April 2012 - 12:07 PM

It doesn't read from the config file, it has a conflict with another mod and if i change the ID of the controller, it keeps crashing. You have to fix that. I changed the config of the other mod, but it's annoying.

#10 louitzie

  • Members
  • 50 posts

Posted 29 April 2012 - 03:42 PM

View PostDirkus7, on 29 April 2012 - 12:07 PM, said:

It doesn't read from the config file, it has a conflict with another mod and if i change the ID of the controller, it keeps crashing. You have to fix that. I changed the config of the other mod, but it's annoying.

i shall look at it when i am home again

#11 ds84182

  • Members
  • 184 posts

Posted 29 April 2012 - 06:55 PM

This literally took my peripheral.

#12 ds84182

  • Members
  • 184 posts

Posted 29 April 2012 - 06:58 PM

But, their are some security problems. People could walk into a server and grief the whole world.
for x = 0, 5000 do
for z = 0, 5000 do
for y = 0, 256 do
--Place Bedrock or Air Here
end
end
end

#13 louitzie

  • Members
  • 50 posts

Posted 29 April 2012 - 08:03 PM

is that true?
when people click the controller on server the controller remebers their name and checks if they are op at the moment they want to modify the world
if the same person clicks back the block will forget his name and won't do anything. only information from the world will be given.

#14 bobster71

  • Members
  • 36 posts

Posted 01 May 2012 - 02:06 AM

I have this installed, but I'm not sure how you use it. How do I call the routines? An example would really help.

Never mind I got it. You need to use "peripheral.call" for thoughs people not sure.

#15 louitzie

  • Members
  • 50 posts

Posted 01 May 2012 - 08:57 AM

yes you could also use
handle=peripheral.wrap(side)
handle.MethodName()


#16 Holofire

  • Members
  • 18 posts

Posted 01 May 2012 - 08:51 PM

I refuse to download until id config is in place :)/>

#17 louitzie

  • Members
  • 50 posts

Posted 02 May 2012 - 10:23 AM

whats wrong with the id?

#18 wolfcat700

  • New Members
  • 6 posts

Posted 04 May 2012 - 02:12 AM

dude. Two things: minecraft 1.2.5 forge isnt compatible with modloadermp. SECOND: you dont even give ANY of the commands you can use so nobody can even use it. I mean, could you at LEAST post how you USE the thing? I mean seriously nobody will even use this because you didnt give any commands you can use and I cant even believe that you didnt even give any info on how to use it, how its used, the only thing you gave is what it is used FOR. I dont even understand how people even use this with no info on HOW!

#19 wolfcat700

  • New Members
  • 6 posts

Posted 04 May 2012 - 02:14 AM

oh nvm sorry i just realiazed that there is a help file DERP for me:)

#20 wolfcat700

  • New Members
  • 6 posts

Posted 04 May 2012 - 04:34 AM

wait a minute where exactly IS the help file?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users