• 0

    posted a message on Forum Archive.

    I guess with this sudden and unbeknownst to me forum massacre, anyone out there that have been saving archives of this site? I am willing to host a full archive if anyone has one..

    I will begin to make an archive myself within a few weeks but all is lost. All the mods, the posts, the quirks just wiped. I can't find answers to anything I need now because of all of the deleted threads.


    If you have an archive, in part or in full, contact me, via the forums, this thread or on discord at


    ZizzyDizzyMC#1404

    Posted in: Forum Discussion & Info
  • 0

    posted a message on Macro / Keybind Mod

    I was wondering the same thing as ecolsson above as well.


    I have a slight issue as well. What is the maximum length of the input on a $$[prompt]? I need to input very long strings of data however I can't do that. It seems to be limited to 127 chars... (Have not counted at all.) The strings i am putting in are being split into an array or arrays.




    On another completely unrelated note... Is there anything that disables the entire client sending the server "I have these mods installed" (Brandinfo?) I'm sure if I would take the time to learn java I could find the code and put a toggle on it. (It's what I did to MCC, Minecraft Console Client.)

    Posted in: Minecraft Mods
  • 0

    posted a message on [Win/Mac/Linux] Minecraft Console Client

    My trial of visual studio ran out and I don't have the time to re-install and download it all again...

    If someone can do the following that'd be wonderful.


    Add a setting to #ProxySettings that is named "proxyusage"

    Options for proxyusage are "full" "login"

    On "full" the proxy is used for both login to mojang and the login to the mc server.

    On "login" the proxy is only used for login to mojang then the client connects normally to the server.


    How to accomplish: Taking a guess here but I think if you added if statements to where the client would connect to the server and where the client authenticates with mojang. Such if statements would contain the language to determine from the settings if the proxy server would be used.



    I'll start re-installing visual studio but this will take quite a few hours.

    Posted in: Minecraft Tools
  • 0

    posted a message on [Win/Mac/Linux] Minecraft Console Client
    Quote from ORelio»

    Gytis22: With developement build? No error message?

    ZizzyDizzyMC: You may redistribute modified versions of MCC, as long as you mention and link to the original project ;)

    Also yes Mono is still very incomplete compared to .NET, and a new network encryption utility is used in development builds.

    Apart from that, I still don't know why it runs slower under mono... :/


    Awesome. I'll be sure to contact you when I'm finished with version 2 of my scripts. Nice working with you on the Github as well! :D


    The download for me just doesn't work :( It's trying to download but it just doesn't. Could it be ADBlocker or something? Maybe it's just my stupid browser(chrome) because before I close it it says there is a download in progress, while it shows nothing.


    Perhaps you have an antivirus interfering with the download? If you do, temporarily disable antivirus and try to download with the direct link in the original post. Just a hunch that if you do have antivirus it's blocking it.

    Posted in: Minecraft Tools
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    A remake of 1.7.10 version would be pretty glorious. However, I wish I had True Type Font support from better fonts instead of force unicode fonts.


    I'm still hoping the max string length in tabbychat filters and regexes to be increase / lifted.

    Also along with being able to set a delay as to how long a multi-line statement is said.

    Also being /r with a multiline statement instead of only sending the first line.

    Features I assume are slowly being added as time allows.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Win/Mac/Linux] Minecraft Console Client

    I need to be a bit slightly off topic for a moment.

    It's been awhile since I've last contributed something really worth talking about with MCC and I'm itching to contribute another small yet very useful bit.


    I make and maintain an alt logger system using MCC at it's core and it's been forever since I've updated it online. Since it's been a while ORelio I'd like to ask for your permission again to upload it and repost links to the most recent version of my system. By the time you read this I should have a system for Linux as well written and configured. (Mono runs things slow?) Anyway, I plan on editing that old Github wiki of the original batch files to add in even more features. Quite possibly (maybe hopefully? *crosses fingers*) link it in the main post as a pre-configured | packaged system. Complete with a hard-to-read readme file.


    More on topic. I have found the time again to mess around and add more features, in doing so I uncovered an issue with MCC on Mono where it runs really darn slowly. Not quite sure why it runs slowly. After a quick visit to the Github I found an issue about this over a year ago and wondered if there was any particular reason this is occurring. (Mono-Complete is over a year newer since then!) This isn't a major issue as with some pre-configuring it's quite easy to just use a different .ini file that has lower timings to complete said script / task.


    Till next post,

    - ZizzyDizzyMC

    Posted in: Minecraft Tools
  • 3

    posted a message on Betterfonts for 1.8.x

    I have been a long time user of the mod "Betterfonts" even after it was discontinued. Unknown users have been updating this mod for quite some time all the way up to 1.7.10. (And a big thank you to them for keeping this mod alive that long.) A server I play on just recently went full time 1.8 instead of hybrid 1.7/1.8 so I am required to use 1.8 client now. I find the default font hard to read and much prefer to use TTF files.


    What this mod did:

    This mod made it so Minecraft had True Type Font support, meaning we could change fonts instead of using resource packs for fonts.


    What I'm looking for: An update of this mod for Minecraft 1.8 Forge.


    What I can provide: The source is available at the Github repository. The most recent fork.


    The reward: A big thank you from all the users that voted "noooooooooo" On the last thread about the mod.


    Notes: I honestly can't code java at all. Of the few languages I have learned I have yet to learn java, as such I don't know the amount of time and effort needed to update this mod to it's former glory. If it's just not possible it's ok. I just figured I'd make a request and maybe someone would find the potential of this mod once again.

    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    Hello again Killjoy! I wanted to report a couple small bugs that are really holding me back from powermodding with tabbychat like I used to.


    First would be that the size of the regex is limited. I used to use massive regexes just fine in the 1.7.10 version and would love to bring over the exact regexes.


    Message tabs are not configureable (yet) with custom message regex. The server I play on uses [xxx @ xxx]: for messages. It is weird but alot of servers are changing their messages now.


    The box for the sound is nice however it's limited because the amount of chars for some sounds is longer than the box can hold.



    Those are the major issues. Lots of stuff missing from beta 3 vs 1.7.10 release but I assume that's not an issue and is slowly being added back. (As this is a complete recode.) If you need any help with something let me know here. Talk later and keep up the excellent work. One of my essential mods.

    Posted in: Minecraft Mods
  • 0

    posted a message on AzureBladePvP Looking for an experienced plugin developer.

    EDIT: Internet goofed and posted twice. Sorry about that.

    Posted in: Server Recruitment
  • 0

    posted a message on AzureBladePvP Looking for an experienced plugin developer.

    Seeing that you are the only one that cared enough to reply, I'll pm you on the forums and hopefully get in touch via skype so you can see what we need to get done on the server via plugins.

    Posted in: Server Recruitment
  • 0

    posted a message on AzureBladePvP Looking for an experienced plugin developer.

    I am part of the co-owner team of Azure Blade PvP and we are re-opening our factions server. We were once popular with around 50-60 players every day till we had too much on our hands to take care of the server and continue living our daily lives.


    We are looking for a Bukkit/Spigot plugin developer that is willing to work for us on a pay per plugin basis with us just starting out again, If all goes well and we grow into something bigger we may hire by the month to continue maintaining plugins and writing new ones for the server. Plugins start out small for now. If you would like to apply read the following,


    Experience:

    BukkitAPI: (1-10)

    Java: (1-10)

    Other servers you've worked for:

    Plugins you've made:

    Age:

    Timezone:


    Any responses are appreciated.

    Posted in: Server Recruitment
  • 0

    posted a message on Boring Prison. Recruiting Builders, Admins, Helpers, Moderators, and a Developer.
    Quote from General_Death»

    Admin Application


    Username:

    Emerald_tK


    Age:

    18


    Gender:

    Male


    Average Expected Playtime(per day in hours):

    About 3-7 hours depending on if we are working.


    Experience:

    I have many experiences in being a Admin/Moderator on many different servers. I have also Co-Owned 3 different servers (Which in their time did successfully). I also have experience in the prison genre, such as the server Convicted. I've played on prison servers for years, and know all of the basic, and advanced needs a prison server wants.


    Timezone:

    EST (I live in Florida.)


    Other Servers staffed on:

    Unfortunally I cannot link the IP's to servers I have staffed on, because they have all shut down, but I am currently staffing a server called Cope Craft. I will PM IP if you want me too, since its private until release.


    Hobbies if any:

    I love to draw Anime, and watch it...all day..everyday. I also like to hang out with my friends and play Five Nights At Freddy's, and try to beat them all..which we don't succeed in doing xD.


    Tell me how you could help my server (Please be detailed, I don't mind reading.):

    I can help your server by giving you the basic and advanced needs of a prison server like yours. I can also help build some of the prison blocks, that may be in your server, and manage many things like plugins (Unfortunately I don't know C++ or Java, but I might learn in the future). Also once the server is released, I can help keep the prisoners from causing too much trouble.


    Tell me a little about yourself:

    Well..My name is James, I live in Florida and I love Anime. My favorite anime's are Sword Art Online, Clannad, To Loveru, Dragon Ball Z and basically any other hentai anime and romantic/comedy. I love Minecraft and Five Nights at Freddy's, and Dragon Ball Z Xenoverse. I love to help people, and I would donate to every server I'm on..but I'm not that rich...lol. Well, thanks for reading my application! I hope you take me into consideration! Thanks!!

    -Emerald


    I 100% say accepted but I still use skype for a staff chat. Skype is same as my username. Very detailed app.

    Quote from KackesPudu»
    Builder Application
    Username: KackesPudu
    Age: 14. I realize this was the minimum age for the application, but I think I am mature and skilled enough to help out.

    Gender: Female

    Average Expected Playtime(per day in hours): I play about two to three hours on weekdays, and more on weekends or breaks. I have a pretty flexible schedule, however, so I could make time if anything was urgent.

    Experience: I've been playing Minecraft for about a year and a half now. Building has been my interest for most of that period. I can build in a variety of styles, and have some experience with WorldEdit.

    Timezone: Central Time Zone

    Other Servers staffed on: I am currently a staff member on WindbladeCraft, and formerly a high-ranking staff member on former server Blockalypse.

    Hobbies if any: I enjoy writing, drawing, playing videogames, and reading. (Comic books and graphic novels currently appeal the most.:) ) Minecraft is my favorite videogame that I am most dedicated to.

    Tell me how you could help my server (Please be detailed, I don't mind reading.): I love building, and would love to help create an amazing prison, landscape, et cetera. I think my building style is very organized and neat, which might be useful in a large base. I don't mind harsh criticism or collaborating-- in fact, I love working and hanging out with people. I'm a problem-solver (hopefully a future engineer), and I can fulfill any standards or wishes that you as a server owner would seek. I'm pretty laidback as well, and definitely don't mind joking around.

    Tell me a little about yourself: I spoke about myself a bit above, but I'll go into a little more detail here. I noticed your comment "be able to handle jokes without becoming too upset over it". People like that annoy me as well, and I'm totally able to handle insult-jokes and dish them out as well. :3 I really just want to be involved in a huge server project, because I think it'd be really fun. I love alternative rock music and rap. (If you ever need someone to break out into Kendrick Lamar or Eminem, you have me. \o/)

    If you want to contact me, skype-message me at kennedy.landmine. Unfortunately, I can't videochat or voicechat, but don't worry-- I'm a quick typist. If you'd like to see an example of my work, just message me on Skype. I have a pretty big build I'm proud of on the server I'm staffing on currently (WindbladeCraft).

    Thanks for considering me for your server!

    -KackesPudu


    Also accepted. Liked how you read the notes as well. :)

    Quote from Huskyyyy1234»

    Well, you will most likely be denied. We don't really want people who are staff on other servers. We want you to dedicate your time to us. Sorry


    Please stop, not your business who I accept as staff. Your a mod, not a co-owner or staff manager.

    Posted in: Server Recruitment
  • 1

    posted a message on Boring Prison. Recruiting Builders, Admins, Helpers, Moderators, and a Developer.

    You are 12. :( Need to be 14 at least to apply for staff.

    Posted in: Server Recruitment
  • 0

    posted a message on Boring Prison. Recruiting Builders, Admins, Helpers, Moderators, and a Developer.
    Quote from crazybear5»

    I used my own application form, sorry. It does fill out some of your answers though.

    Age: 14 years old. I hope that a younger age doesn't affect my chances of consideration.

    Time Zone: Central Standard Time.


    How long are you able to be on the server Per day?: It depends. On weekends I will be able to spend about 2-3 hours. On weekends, anywhere from 3-5 hours.

    What makes you a good choice as a staff member?: I think that I will be able to help along any people that need help inside of the server. Any newbies will be guided, and any insubordinate players will be punished if necessary. I think that I will be able to create a friendly environment to the server and make others want to join also.

    Speaking of which, I also love to advertise, and know of several advertising forums. If you would like me to do so, I would love to! There's nothing better than a blooming server.

    Why do you want to become a Staff?: I just kind of want to help out. I have gotten bored of just surviving on servers or playing on mini-game/hub servers. I want to actually do something for the players that enjoy the things that I used to. That way, if I don't want to actually play, I can still help others to! And plus, this server just looks really fun. Hope that helps.

    Are you good at building / Redstone wiring? Building, not really, redstone, yes. I know many advanced things with redstone.


    Are you prepared to be friendly and helpful towards other players?: Of course! I am determined to create a friendly environment with all players, whether they be friendly newbies or insubordinate veterans that enjoy wreaking havoc.

    Are you willing to do what is told by a superior ranking staff member? Yes, even if I am given staff, I will always do as I am told from another authority higher than my own.

    What position are you hoping to receive on our staff team? I am hoping to get any part off staff. I will be able to make your server a better place in doing so. I hope you can put me up for consideration, you won't regret it.

    What will you bring to the server?: As I had mentioned earlier, I will bring a friendly environment. I will be able to be firm with those unruly fellows and informative to those are in need of help. I understand that getting a high rank is not something to be thrown around with, but I have what it takes.

    Thanks for reading!

    crazybear5

    P.S.

    My IGN is crazybear5


    Pending as of now, just waiting to see if anyone else comes along.

    Quote from I_Taco_Warrior»

    IGN: I_Taco_Warrior (may be changing soon!)

    Age:12

    Sex:Male

    Time: 1hr on Mon-Thur 4hrs on fri and sat and sunday mostly all day

    Experiance: Playing mc since 1.6 have been a moderater on a server before

    time zone: london

    Hobbies: I like to go fishing in Mc XD

    i like coding (Making mini games with commads and stuff)


    About me:

    Im fun and not like serious but when it comes to being a mod and stuff i am seriousi will sit and do it most days

    i know how to respect peeps and know what to do if they break any rules!

    i am good with people and patient


    I forgot -_-: I would like to be a mod and its pretty late srry


    Extra: My computer is ok but at Christmas i will have a gaming pc :D


    thank you hope to speak to you soon!


    P.S skype is: Charlie Lewins



    Yeah so i am good with commands and stuff but i am ready to take on a mature role for staff (my teacher calls me mature and i was like WTF but i can be).


    For things that we might want:


    1. I can make a texture pack
    2. More mini games
    3. I know how to do plugin stuff

    I'm sorry but I have to deny this application. You don't meet the minimum age of 14, however, I do have to give you credit for being honest. You're welcome to play on the server after it's done and open to general public. Keep being honest, and nice logo although I've already got a logo in the works from the co-owner. I'll keep you in mind as you might make a great staff member despite your age.

    Quote from HiCrystal»

    Admin Application:


    Username:HiCrystal


    Age:17


    Gender:Female


    Average Expected Playtime(per day in hours): 5 Hours.


    Experience: i have a lot of experience with helping others and controlling poeple when the time is right thanks to my past experience with servers i have been admin on.


    Timezone:Eastern Time Zone


    Other Servers staffed on:

    I've been staff on these servers (which display past projects and builds) still exist today.

    The following servers I've worked on but no longer work for are:

    • DeadlyCraft
    • FeverClan
    • WoodyCraft
    • DynamicCraft
    • ForeverPvP
    • DragonCraft
    • CreationNZ
    • ExCraft

    Hobbies if any: video games.


    Tell me how you could help my server (Please be detailed, I don't mind reading.):

    i think i could help out the server by being able to be connect with other minecrafters and allowing to help build the server up and making the server have a good reputation, i love to help and be friendly to other but not all the time which helps the minecrafter see that the staff are serious on the server and i would love to help make the server a better place if i can.

    Tell me a little about yourself: Im a Florida Girl with alot of things to do but i mostly love playing games and minecraft is my favorite game of them all i love to meet new people and make new friends which is really hard for me because well not many people like me because of what i do(as in play video games) i usually go hang out with my friends but most of the time i stay home and i love the color Yellow.


    I Hope you enjoyed Reading! and i Hope to Work with you Soon!


    For now, Accepted. I'll pm you my skype so you can be added to the server staff chat. By far most detailed application here.

    Posted in: Server Recruitment
  • 0

    posted a message on Boring Prison. Recruiting Builders, Admins, Helpers, Moderators, and a Developer.

    Add me on Skype it is Thecobrastriker.


    Kinda defeats the purpose of applying doesn't it? ( ._.)

    Posted in: Server Recruitment
  • To post a comment, please .