That is a very interesting plugin. Didn't notice the laser before though. Just thought the magic carpet would be a little pointless in my server since we're trying to make it as survivalish as possible.
Yes, but it just goes to show what's possible.
Quote from shadow386 »
Hard to believe someone was able to implement that, but amazing what possibilities your mod has opened up on minecraft. Maybe that one portal mod someone was working on is much more possible now lol
I'm glad you like the video! Chrisinajar and I have been whipping up some crazy plugins! There's some pretty amazing stuff possible with even just the basic tools available to us right now. The "laser" (officially called the SwissArmyTorch) is really just a proof of concept for a method for getting the coordinates of the block in the crosshairs, something that isn't given to us server side unless you're actually within range and smacking a block.
Chris's Magic Carpet is a pretty brilliant little plugin. The next step is a willy-wonka style elevator that passes through obstacles and then replaces what was there. Why the heck not!
For the 1,000,000,000th time, yes. We've answered this before. You just need to make sure you dont integrate anything the wrong way. Usually just rename Minecraft_Mod.jar to minecraft_server.jar (dont replace Notch's!) and run MCAdmin. The files should work together, no harm done.
Hey I installed this and set everything up, however when I type /kit it says "unknown Command". I am an admin in the server and it doesnt work. I even made a kit in kits.txt. Nothing seems to work, how can I fix the /kit command?
Hey I installed this and set everything up, however when I type /kit it says "unknown Command". I am an admin in the server and it doesnt work. I even made a kit in kits.txt. Nothing seems to work, how can I fix the /kit command?
Also, where do I get plugins?
For the kit problem, Im not so sure..
There are two plugin lists though. Not completely up-to-date, but will be updating when I have time.
Hey I installed this and set everything up, however when I type /kit it says "unknown Command". I am an admin in the server and it doesnt work. I even made a kit in kits.txt. Nothing seems to work, how can I fix the /kit command?
Also, where do I get plugins?
For the kit problem, Im not so sure..
There are two plugin lists though. Not completely up-to-date, but will be updating when I have time.
omg the magic carpet plugin combined with the cuboid plugin makes me a HAPPY ADMIN! need to set a point of the cuboid but there's no block there (air)? just jump and use one of the magic carpet cubes to mark the point! setting a high cuboid point is also so much easier now. last night i built a large hollow cube for the spawn area to keep baddies out come the halloween update, and i had to make ugly pillars to set the top cuboid point. no more with magic carpet!
omg the magic carpet plugin combined with the cuboid plugin makes me a HAPPY ADMIN! need to set a point of the cuboid but there's no block there (air)? just jump and use one of the magic carpet cubes to mark the point! setting a high cuboid point is also so much easier now. last night i built a large hollow cube for the spawn area to keep baddies out come the halloween update, and i had to make ugly pillars to set the top cuboid point. no more with magic carpet!
this is for real the best combination to quickly get rid of crap/fix stuff.
hey0,
I found a really small bug in the file id.java, line 599:
if (getPlayer().getName().equalsIgnoreCase(split[1])) {
Shouldn't it be:
if (getPlayer().getName().equals(player.getName())) {
I dunno. But it gave me a headache when debugging a plugin I was writing. I couldn't figure out why I wasn't getting the message telling me I was trying to tp to myself.
hey0,
I found a really small bug in the file id.java, line 599:
if (getPlayer().getName().equalsIgnoreCase(split[1])) {
Shouldn't it be:
if (getPlayer().getName().equals(player.getName())) {
I dunno. But it gave me a headache when debugging a plugin I was writing. I couldn't figure out why I wasn't getting the message telling me I was trying to tp to myself.
Indeed it should. But I always use ignore case just in-case.
Hm. I just tested it on my server and get an unknown command as well. But I have no kits. Try typing /kit builderskit and if that doesnt work, means he mightve broken kits or if it does, means he took out the message about kit names and the correct way to use them.
Hm. I just tested it on my server and get an unknown command as well. But I have no kits. Try typing /kit builderskit and if that doesnt work, means he mightve broken kits or if it does, means he took out the message about kit names and the correct way to use them.
Tried that and a bunch of other combinations, no luck. Hope this gets fixed soon.
Like how much more CPU? The only thing /home does is check if the user has a home set. It should only lag if you have tons and tons of players (like thousands) in homes.txt.
Yeah, but it also then teleports you...Any of the teleport commands cause what I am talking about to happen. Oh, also to answer the CPU question. When my server is running and no one is using teleport it uses about 4% CPU. When someone issues a teleport command (/home, /warp, /tp, /tphere, /spawn) it jumps anywhere from 25% to 37% (the farther away the teleport is the more CPU). And yes I can reproduce this over and over. I have watched over and over the CPU usage and it always jumps (right at the time of teleport and then goes back down).
The reason I am even mention this, is because when I use the /tp command that is built in by default (/tp <person_to_port> <person_to_port_to>) the server doesn't use more then like 0.2% more CPU. And yes I can reproduce this as well over and over. I have tested it a lot.
Rollback Post to RevisionRollBack
You shall bow down to the Supreme Ki of MineCraft!
I'm glad you like the video! Chrisinajar and I have been whipping up some crazy plugins! There's some pretty amazing stuff possible with even just the basic tools available to us right now. The "laser" (officially called the SwissArmyTorch) is really just a proof of concept for a method for getting the coordinates of the block in the crosshairs, something that isn't given to us server side unless you're actually within range and smacking a block.
Chris's Magic Carpet is a pretty brilliant little plugin. The next step is a willy-wonka style elevator that passes through obstacles and then replaces what was there. Why the heck not!
For the 1,000,000,000th time, yes. We've answered this before. You just need to make sure you dont integrate anything the wrong way. Usually just rename Minecraft_Mod.jar to minecraft_server.jar (dont replace Notch's!) and run MCAdmin. The files should work together, no harm done.
Also, where do I get plugins?
For the kit problem, Im not so sure..
There are two plugin lists though. Not completely up-to-date, but will be updating when I have time.
http://wiki.shadow-craft.net/index.php/ ... lugin_List (most current)
http://forum.hey0.net/viewtopic.php?id=21
Well that's annoying, I can't use /kit!
post your users.txt, groups.txt, and kits.txt.
this is for real the best combination to quickly get rid of crap/fix stuff.
I found a really small bug in the file id.java, line 599:
Shouldn't it be:
I dunno. But it gave me a headache when debugging a plugin I was writing. I couldn't figure out why I wasn't getting the message telling me I was trying to tp to myself.
Indeed it should. But I always use ignore case just in-case.
users.txt:
---------------------------------------------------------------------------
agauos:admins:2:9
---------------------------------------------------------------------------
groups.txt:
---------------------------------------------------------------------------
admins:c:*:mods:2
mods:b:/ban,/kick,/item,/tp,/tphere,/s,/i,/give:vip:1
vip:a::default
default:f:/help,/sethome,/home,/spawn,/me,/msg,/kit,/playerlist,/warp,/motd,/compass,/tell,/m,/who:default
---------------------------------------------------------------------------
kits.txt:
---------------------------------------------------------------------------
builderskit:17,17,1,1,4,4,4,4,20,20,277,277,278,278,279,279,50,50,50:600:default
---------------------------------------------------------------------------
Now why is /kit showing up as an unknown command?
Ahhh awesome, I swear I saw that somewhere...spent a while trying to find it and couldn't again. Thanks man :biggrin.gif:
Hm. I just tested it on my server and get an unknown command as well. But I have no kits. Try typing /kit builderskit and if that doesnt work, means he mightve broken kits or if it does, means he took out the message about kit names and the correct way to use them.
Tried that and a bunch of other combinations, no luck. Hope this gets fixed soon.
Here's what the warp.txt now looks like:
http://benstepp.com/warps.txt
Relevant server log (I guess):
http://benstepp.com/server_1286419172.txt
Are you by any chance using an older version?
Yeah, but it also then teleports you...Any of the teleport commands cause what I am talking about to happen. Oh, also to answer the CPU question. When my server is running and no one is using teleport it uses about 4% CPU. When someone issues a teleport command (/home, /warp, /tp, /tphere, /spawn) it jumps anywhere from 25% to 37% (the farther away the teleport is the more CPU). And yes I can reproduce this over and over. I have watched over and over the CPU usage and it always jumps (right at the time of teleport and then goes back down).
The reason I am even mention this, is because when I use the /tp command that is built in by default (/tp <person_to_port> <person_to_port_to>) the server doesn't use more then like 0.2% more CPU. And yes I can reproduce this as well over and over. I have tested it a lot.