Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Servers Latest Topics
  • All Activity
  • Home
  • Non-Forge
  • Minecraft General
  • Servers

Servers

Sign in to follow this  
Followers 0
  • Start new topic

393 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 16  
NEVERLANDCRAFT.net - new survival server - hiring staff - friendly community - p
By Jodie, July 11, 2014
1
89929
ComputerNerd365
February 13, 2015
《League Network》[Survival Season 2 LIVE] ⍟ Weekly Updates ⍟ McMMO ⍟ RPG ⍟ Crates ⍟ Quests ⍟
By HeyItsTechy, July 28, 2018
1 2 3 4 9
220
68368
HeyItsTechy
November 7
New Modded Minecraft Community And Public Server
By Nisagent, June 14, 2015
3
41184
Tethlah
July 2, 2015
MCZ: DayZ [Custom Plugins][Scale Replica of Chernarus]
By Criand, July 3, 2017
1
32110
Criand
July 19, 2017
Samgladiator Yandere High School Server (NEED MORE ROLEPLAYERS)
By GamingFlash7, April 4, 2017
1 2
35
24302
pggaminggYT
September 2
NEW International PRISON SERVER Join NOW!
By Wornox, November 30, 2013
1
22848
NujumKey
December 11, 2013
Nullblock | Blood and Bones 1.1.1 | Nothing banned
By xxroltsxx, June 6, 2014
0
20900
xxroltsxx
June 6, 2014
[MCMMO / Whitelist / Semi-Vanilla / Shops] A friendly community! Come join us.
By Akkap, November 24, 2015
3
17390
Akkap
November 29, 2015
Post Removed
By Zeliounz, March 24, 2015
16
16010
Kandy453
April 10, 2015
--=[ExtendZ-Craft]=-- LOOKING FOR STAFF!
By Devonas, August 17, 2013
0
15756
Devonas
August 17, 2013
♛♛HellHeaven |1.6.2|*Raiding-PvP*Minigames*Survival*24/7* 69.175.115.14 ♛♛
By Devonas, August 14, 2013
0
14168
Devonas
August 14, 2013
ARMIES BLOCKITY EXTREMOPRO
By Resoluciones, September 14, 2016
6
14111
Resoluciones
June 29
ScavengeCraft [Survival][Economy][Semi-Vanilla][PvP][Griefing]
By ScavengeCraft, July 5, 2014
0
12546
ScavengeCraft
July 5, 2014
Paintball Arcadia - mc.paintballarcadia.com
By Bob5646, September 3, 2015
0
11194
Bob5646
September 3, 2015
Abaddon's Abyss! Heroes, Towny, PVP and Eco + More!
By biznitchash, May 15, 2015
11
9581
007Krillyn
June 6, 2015
► The Garden of Bethania ◄ GriefPrevention ★ MCMMO ★ Dynmap ★ Ranks ★ Economy★
By mewter, October 3, 2015
3
9095
mewter
October 18, 2015
JassCraft! :)
By JassCraft, April 25, 2014
0
8138
JassCraft
April 25, 2014
Justiscraft Pixelmon Minecraft Adventure 1.12.2, 6.1.0
By Vikerus, February 5, 2018
0
7539
Vikerus
February 5, 2018
Brofessional Gamers [Vanilla][SMP]{Whitelist}{Hermitcraft/Mindcrack-like}{18+}
By Roodz_420, August 18, 2015
0
7143
Roodz_420
August 18, 2015
♛FireRed Pixelmon |1.7.10|*Gyms*Shops*CustomPlugins*24/7*♛
By savior67, April 27, 2014
0
6979
savior67
April 27, 2014
DBC Raging Blast Server 1.7.10
By JeffDBC, January 30, 2016
0
6211
JeffDBC
January 30, 2016
Community Craft - Minecraft Survival, Creative and MiniGames
By Squashie, February 15, 2014
0
5929
Squashie
February 15, 2014
Simple Craft IP: 158.69.156.131
By Mukiee, December 5, 2015
0
5911
Mukiee
December 5, 2015
JustOneMoreBlock - [SMP][Creative][Anarchy][Minigames][PVP]{SkyBlock}
By Pondera, April 21, 2015
0
5550
Pondera
April 21, 2015
<>\GrassHopperCraft/<>\24/7/<>\Factions/<>\Survival/<>\Kits/<>\PVP/<>
By zack1012111, December 12, 2014
0
5319
zack1012111
December 12, 2014
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • Page 1 of 16  
Sign in to follow this  
Followers 0


  • Posts

    • Jaffaaaaa
      ScreenGui does nothing

      By Jaffaaaaa · Posted 10 minutes ago

      bump. anyone help?
    • JMAS
      net.minecraftforge.oredict.OreDictionary missing from 1.14.4 MDK

      By JMAS · Posted 13 minutes ago

      Regarding the Oredict question above: NonNullList<ItemStack> seed = OreDictionary.getOres("seed");
    • Carbonx_09
      Minearchy | 1.14.4 Towny | Releasing Mid December | Balanced player economies | Join discord: discord.gg/vUEAanV

      By Carbonx_09 · Posted 24 minutes ago

      Hey guys, you should definitely join our discord server! We're going to be releasing in one week! https://discord.gg/vUEAanV
    • solitone
      Distinguish singleplayer vs. multiplayer

      By solitone · Posted 44 minutes ago

      @Override public ActionResult<ItemStack> onItemRightClick(ItemStack stack, World world, EntityPlayer player, EnumHand hand) { // [...] String separator = getSeparator(); String scriptName = nbtTagCompound.getString("scriptName"); String scriptPath = "pythontool" + separator + scriptName; proxy.runPython(world, player, scriptPath); // [...] }   ^^^ This is how I refactored onItemRightClick(). The runPython() method does nothing on the dedicated server, while on the client:   public class ClientOnlyProxy extends CommonProxy { // [...] @Override public void runPython(World world, EntityPlayer player, String scriptPath) { super.runPython(world, player, scriptPath); if (world.isRemote) { // client side if (!Minecraft.getMinecraft().isSingleplayer()) { // client talks to dedicated server (multiplayer game) ClientCommandHandler.instance.executeCommand(player, "/lpython " + scriptPath); } } else { // server side if (player.isSneaking()) { // shift pressed. Run new parallel script Minecraft.getMinecraft().thePlayer.getServer().getCommandManager().executeCommand(player, "/apy " + scriptPath); } else { // shift not pressed. Cancel previous scripts and run new script world.getMinecraftServer().getCommandManager().executeCommand(player, "/python " + scriptPath); } } } }   I still need to figure out why they used two different approaches to execute commands on the integrated server--Minecraft.getMinecraft().thePlayer.getServer().getCommandManager().executeCommand() vs. world.getMinecraftServer().getCommandManager().executeCommand().   public abstract class CommonProxy { // [...] public void runPython(World world, EntityPlayer player, String scriptPath) {} }   public class PythonTool { // [...] @SidedProxy(clientSide="pythontool.ClientOnlyProxy", serverSide="pythontool.DedicatedServerProxy") public static CommonProxy proxy; // [...] }   Are still there significant mistakes? Thanks again!
    • salvestrom
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By salvestrom · Posted 47 minutes ago

      Please show your render class. And please use the <> function in the reply box to copy and paste your class. Don't just use screenshots.
  • Topics

    • Jaffaaaaa
      1
      ScreenGui does nothing

      By Jaffaaaaa
      Started Yesterday at 07:03 PM

    • JMAS
      5
      net.minecraftforge.oredict.OreDictionary missing from 1.14.4 MDK

      By JMAS
      Started 4 hours ago

    • Carbonx_09
      1
      Minearchy | 1.14.4 Towny | Releasing Mid December | Balanced player economies | Join discord: discord.gg/vUEAanV

      By Carbonx_09
      Started Yesterday at 08:30 PM

    • solitone
      18
      Distinguish singleplayer vs. multiplayer

      By solitone
      Started December 5

    • DragonITA
      34
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Monday at 10:06 AM

  • Who's Online (See full list)

    • Sivonja
    • JMAS
    • Jaffaaaaa
    • dylandmrl
    • deerangle
    • loordgek
    • Pyre540
    • bluemetalsword
    • Carbonx_09
  • All Activity
  • Home
  • Non-Forge
  • Minecraft General
  • Servers
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community