if 256 crashes your WoM, you need to install Java 6 and uninstall Java 7.
Minecraft classic doesn't work very well with Java 7 at all!
Search found 280 matches
- January 22nd, 2013, 12:37 pm
- Forum: Support
- Topic: Map problem.
- Replies: 5
- Views: 12046
- October 8th, 2012, 12:06 am
- Forum: Modding
- Topic: /Write and /Setfont
- Replies: 1
- Views: 9187
/Write and /Setfont
Here are two commands that I wrote a couple of months back.
/Write is a command to write text in minecraft blocks. The code has been tested on mono and windows.
/Write is mainly used to decorate your server and can be used as a tool to create cool server logos. /Setfont is a command that controls ...
/Write is a command to write text in minecraft blocks. The code has been tested on mono and windows.
/Write is mainly used to decorate your server and can be used as a tool to create cool server logos. /Setfont is a command that controls ...
- October 4th, 2012, 5:36 pm
- Forum: Support
- Topic: Server problem - {Zenkix}
- Replies: 3
- Views: 10541
Re: Server problem - {Zenkix}
Hey zenkix, do you know what Operating System you are running this on?
- October 3rd, 2012, 11:39 pm
- Forum: General Chat
- Topic: WoM Client Skin Patch
- Replies: 3
- Views: 11022
Re: WoM Client Skin Patch
Oops, this was supposed to be in freebuild general discussion. Can someone move it?
- October 3rd, 2012, 10:34 pm
- Forum: General Chat
- Topic: WoM Client Skin Patch
- Replies: 3
- Views: 11022
WoM Client Skin Patch
ヽ(゜∇゜)ノ Eeeeyyyy sexy laaaaaadyyyy
Hey. If you haven't realized yet, minecraft classic no longer supports skins, so I thought I'd go ahead and fix that.
The idea was to create an app that could patch both WoM and Minecraft, so that the clients would allow skins to work again, but I'm currently ...
Hey. If you haven't realized yet, minecraft classic no longer supports skins, so I thought I'd go ahead and fix that.
The idea was to create an app that could patch both WoM and Minecraft, so that the clients would allow skins to work again, but I'm currently ...
- October 3rd, 2012, 2:18 am
- Forum: Modding
- Topic: How to respawn a player
- Replies: 4
- Views: 11127
Re: How to respawn a player
It may seem perfect, but it seems to work 9 times out of 10.
I'll post a more reliable solution when I write one
I'll post a more reliable solution when I write one

- October 2nd, 2012, 6:58 pm
- Forum: Modding
- Topic: How to respawn a player
- Replies: 4
- Views: 11127
Re: How to respawn a player
Here is my command for /Impersonate - a command which does this. Sometimes the skin doesn't update, so I need to rewrite it one day when I get time, but hopefully this will help
Command:
static readonly CommandDescriptor CdImpersonate = new CommandDescriptor
{
Name = "Impersonate",
Category ...
Command:
static readonly CommandDescriptor CdImpersonate = new CommandDescriptor
{
Name = "Impersonate",
Category ...
- October 2nd, 2012, 6:49 pm
- Forum: Modding
- Topic: How to respawn a player
- Replies: 4
- Views: 11127
Re: How to respawn a player
This topic may help you: http://forum.fcraft.net/viewtopic.php?f=40&t=1112
- October 2nd, 2012, 1:20 am
- Forum: General Chat
- Topic: LauncherX - an alternative WoM launcher and server list
- Replies: 4
- Views: 28421
Re: LauncherX - an alternative WoM launcher and server list
Will fix.
Is that windows XP? Does it work?
Is that windows XP? Does it work?
- October 1st, 2012, 11:46 am
- Forum: Server Questions & Suggestions
- Topic: Log-in Issues? - LauncherX, Charged Miners, WoM
- Replies: 34
- Views: 822872
Re: For WoM Users. Error Logging in
Hey guys, check out this topic: http://forum.fcraft.net/viewtopic.php?f=6&t=3923
It should be a stress free alternative to doing this.
Offtopic: Omg - do you have any idea how long it took to find out where WoM's registry is located?! And here it is when its too late
It should be a stress free alternative to doing this.
Offtopic: Omg - do you have any idea how long it took to find out where WoM's registry is located?! And here it is when its too late

- October 1st, 2012, 11:32 am
- Forum: General Chat
- Topic: LauncherX - an alternative WoM launcher and server list
- Replies: 4
- Views: 28421
LauncherX - an alternative WoM launcher and server list
Introducing LauncherX v3 - an alternative WoM server list and launcher.
What can LauncherX do for you?
WoM is usually broken or unreliable. LauncherX will work whenever Minecraft.net works. On top of that, it has mojang account migration support.
LauncherX is fast; the server list is loaded ...
What can LauncherX do for you?
WoM is usually broken or unreliable. LauncherX will work whenever Minecraft.net works. On top of that, it has mojang account migration support.
LauncherX is fast; the server list is loaded ...
- October 1st, 2012, 8:25 am
- Forum: Modding
- Topic: Get wom direct link
- Replies: 6
- Views: 16960
Re: Get wom direct link
What? The console already has a url in the servergui. (Not mc:// but blah)
- September 15th, 2012, 3:14 am
- Forum: Modding
- Topic: Using emoticons in fCraft
- Replies: 6
- Views: 14648
Re: Using emoticons in fCraft
They seem to work fine in the chat, but when its your displayedName and you kick someone, the entire server disconnects one by one.
Strange.
Edit: Also, (bullet) makes Hexchat / xchat ping O.o
Strange.
Edit: Also, (bullet) makes Hexchat / xchat ping O.o
- September 15th, 2012, 2:13 am
- Forum: Modding
- Topic: Using emoticons in fCraft
- Replies: 6
- Views: 14648
Re: Using emoticons in fCraft
Emoticons are highly unstable.
When used in a server message, they kick everyone in the server who sees it and java throws an exception.
DO NOT USE THIS CODE.
I'll leave it here in case someone finds the safe conditions for them
When used in a server message, they kick everyone in the server who sees it and java throws an exception.
DO NOT USE THIS CODE.
I'll leave it here in case someone finds the safe conditions for them
- September 14th, 2012, 4:39 pm
- Forum: Modding
- Topic: DisplayedName search engine
- Replies: 2
- Views: 9392
Re: DisplayedName search engine
Thanks for the suggestions :) Will add and update when I get time.
"p.DisplayedName.StartsWith" check is redundant, since "p.DisplayedName.Contains" also tests for the possibility.
Yeah, this was rather silly of me :P
Edit: Updated code
Edit edit: Do I need .Reverse() with the ...
"p.DisplayedName.StartsWith" check is redundant, since "p.DisplayedName.Contains" also tests for the possibility.
Yeah, this was rather silly of me :P
Edit: Updated code
Edit edit: Do I need .Reverse() with the ...
- September 13th, 2012, 5:12 pm
- Forum: Modding
- Topic: DisplayedName search engine
- Replies: 2
- Views: 9392
DisplayedName search engine
static readonly CommandDescriptor CdWhoIs = new CommandDescriptor
{
Name = "WhoIs", //you should change the command name, unless you remove /Whois from /Info
Category = CommandCategory.Info,
Permissions = new Permission[] { Permission.ViewOthersInfo },
IsConsoleSafe = false, //I don't need ...
{
Name = "WhoIs", //you should change the command name, unless you remove /Whois from /Info
Category = CommandCategory.Info,
Permissions = new Permission[] { Permission.ViewOthersInfo },
IsConsoleSafe = false, //I don't need ...
- September 12th, 2012, 6:13 pm
- Forum: Resolved Bugs and Requests
- Topic: [DONE] Modification to /Where
- Replies: 1
- Views: 9001
[DONE] Modification to /Where
/Where is currently for players with Permission.ViewOthersInfo.
I think it would be nice for a player to be able to use /Where on themselves if they have Permission.Build, but the command will still check the Permission.ViewOthersInfo if they try to find the position of another player.
This will ...
I think it would be nice for a player to be able to use /Where on themselves if they have Permission.Build, but the command will still check the Permission.ViewOthersInfo if they try to find the position of another player.
This will ...
- September 11th, 2012, 10:00 pm
- Forum: Modding
- Topic: Using emoticons in fCraft
- Replies: 6
- Views: 14648
Re: Using emoticons in fCraft
I don't actually know. I wrote it just in case someone was trying to read the list while another player was adding to it, even though the chance of that happening is an extreme rarity since the list is only modified once. I guess I'll remove the locks.
- September 10th, 2012, 4:02 pm
- Forum: Modding
- Topic: Using emoticons in fCraft
- Replies: 6
- Views: 14648
Using emoticons in fCraft
This is a quick tutorial on how to get emoticons to work on fCraft
First things first, you need to allow bytes 1 - 31 in LineWrapper.cs (ignore byte 0, it is null)
In LineWrapper.cs, find bool IsWordChar and replace with
static bool IsWordChar(byte ch)
{
return (ch > (byte)' ' && ch <= (byte ...
First things first, you need to allow bytes 1 - 31 in LineWrapper.cs (ignore byte 0, it is null)
In LineWrapper.cs, find bool IsWordChar and replace with
static bool IsWordChar(byte ch)
{
return (ch > (byte)' ' && ch <= (byte ...
- September 7th, 2012, 10:31 am
- Forum: Modding
- Topic: Allowing chars
- Replies: 14
- Views: 23656
Re: Allowing chars
Ahh memories.
I figured this out, if anyone would like a tutorial, feel free to PM me.
I figured this out, if anyone would like a tutorial, feel free to PM me.
Re: /nick
N-n-necroooo'd
static readonly CommandDescriptor CdNick = new CommandDescriptor
{
Name = "Nick",
Category = CommandCategory.Maintenance,
IsConsoleSafe = true,
Permissions = new[] { Permission.EditPlayerDB },
Usage = "/Nick PlayerName DisplayedName",
Help = "&SA shortcut for /Setinfo ...
static readonly CommandDescriptor CdNick = new CommandDescriptor
{
Name = "Nick",
Category = CommandCategory.Maintenance,
IsConsoleSafe = true,
Permissions = new[] { Permission.EditPlayerDB },
Usage = "/Nick PlayerName DisplayedName",
Help = "&SA shortcut for /Setinfo ...
- August 16th, 2012, 10:48 pm
- Forum: Server Questions & Suggestions
- Topic: Dankirk the Autoreply Bot (info & suggestions)
- Replies: 145
- Views: 249209
Re: Dankirk the Autoreply Bot (info & suggestions)
NoobLord: Does this server have smp?
(IRC) Dankirk: NoobLord, you can join our SMP server using the IP: smp.dankirk.gov
(IRC) Dankirk: NoobLord, you can join our SMP server using the IP: smp.dankirk.gov
- July 26th, 2012, 8:24 pm
- Forum: Bugs
- Topic: Connection/diss-connection display bug.
- Replies: 5
- Views: 14561
Re: Connection/diss-connection display bug.
How big is your main world in size? XYZ
- July 23rd, 2012, 1:18 am
- Forum: Suggestions
- Topic: Promotions count
- Replies: 5
- Views: 13633
Re: Promotions count
I like this idea. With minecraft classic "dying" it seems to be more important to promote players than it does to ban them.
Having a promotions counter would encourage staff to find people who have built, instead of hunting griefers.
Having a promotions counter would encourage staff to find people who have built, instead of hunting griefers.
- July 18th, 2012, 10:20 pm
- Forum: General Chat
- Topic: The fCraft Giant CommandBook
- Replies: 5
- Views: 11910
Re: The fCraft Giant CommandBook
It took under 5mins to write a program to do all of this for me, there's no way I'm gonna type it all out by hand.
And the Wiki doesn't contain EVERYTHING. Well, at least it never used to. Haven't really checked the status of it in a while.
*whistles*
And the Wiki doesn't contain EVERYTHING. Well, at least it never used to. Haven't really checked the status of it in a while.
*whistles*
- July 16th, 2012, 6:59 pm
- Forum: General Chat
- Topic: Funny quotes by funny people.
- Replies: 551
- Views: 737871
Re: Funny quotes by funny people.
<Kevinsweijen> https://fbcdn-sphotos-a.akamaihd.net/hp ... emoved.jpg
<Kevinsweijen> Give me owner or this is going onto the forum
<Kevinsweijen> Give me owner or this is going onto the forum
- July 16th, 2012, 12:25 am
- Forum: General Chat
- Topic: The fCraft Giant CommandBook
- Replies: 5
- Views: 11910
The fCraft Giant CommandBook
A
/AutoRankAll [/size][/color]
Usage: /AutoRankAll [FromRank]
Permission(s): EditPlayerDB, Promote, Demote
Repeatable: True
Help: If AutoRank is disabled, it can still be called manually using this command.
B
/Ban [/size][/color]
Usage: /Ban PlayerName [Reason]
Permission(s): Ban ...
/AutoRankAll [/size][/color]
Usage: /AutoRankAll [FromRank]
Permission(s): EditPlayerDB, Promote, Demote
Repeatable: True
Help: If AutoRank is disabled, it can still be called manually using this command.
B
/Ban [/size][/color]
Usage: /Ban PlayerName [Reason]
Permission(s): Ban ...
- July 15th, 2012, 7:29 pm
- Forum: Modding
- Topic: The worst fCraft mod that exists.
- Replies: 6
- Views: 13230
Re: The worst fCraft mod that exists.
Reminded: The terms of this command are the same as omegle.com:
Do not behave inappropriately on Omegle, and understand that human behavior is fundamentally uncontrollable. The people you encounter on Omegle may not behave appropriately. Use Omegle at your own peril. Do not use Omegle if you are ...
Do not behave inappropriately on Omegle, and understand that human behavior is fundamentally uncontrollable. The people you encounter on Omegle may not behave appropriately. Use Omegle at your own peril. Do not use Omegle if you are ...
- July 15th, 2012, 6:46 pm
- Forum: Modding
- Topic: The worst fCraft mod that exists.
- Replies: 6
- Views: 13230
The worst fCraft mod that exists.
This is an Omegle chat command. Use at your own risk, lol.
1. Make a new class
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading;
using System.Collections;
using fCraft;
public class OmegleBot
{
private string id;
Player player;
public string ID
{
get ...
1. Make a new class
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading;
using System.Collections;
using fCraft;
public class OmegleBot
{
private string id;
Player player;
public string ID
{
get ...
- July 15th, 2012, 6:35 pm
- Forum: Bugs
- Topic: Server Randomly Kicks All
- Replies: 4
- Views: 11168
Re: Server Randomly Kicks All
Sorry for the 2 week bump,
I had this problem a looooong time ago. My server host realized that the cause of the problem was that "low-latency mode" was enabled in the ConfigGUI. If you open the config and go to the advanced tab, ensure that this is disabled (unticked). If it is unticked then ...
I had this problem a looooong time ago. My server host realized that the cause of the problem was that "low-latency mode" was enabled in the ConfigGUI. If you open the config and go to the advanced tab, ensure that this is disabled (unticked). If it is unticked then ...