Advertisement
oxguy3

oxcraft info for silly nils

Jan 11th, 2012
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. So, as you guys know, I've started to develop a client specifically for this server. At the moment, it's in beta, and it's only available for server staff (please don't distribute it!!!!!!!!!!).
  2.  
  3. Download B8: JAR, ZIP
  4. See changelog for older versions
  5.  
  6.  
  7. >>>Features<<<
  8. Flying (default key: R)
  9. High Jump (default key: J, change height in settings)
  10. Spider (default key: /)
  11. Creative inventory access (default key: O while inventory is open)
  12. Customizable capes (edit .minecraft/oxconfig.properties to modify)
  13. Various GUI changes/additions
  14. Customizable fog
  15. Chat shortcut keys
  16. Optimization fixes (coming soon/in progress)
  17. More to come!
  18.  
  19.  
  20. >>>Installation<<<
  21. For now, rename/delete/move your current minecraft.jar that is in .minecraft/bin, put the Oxcraft JAR in .minecraft/bin, and rename it to minecraft.jar (for builds 1-6, you should also delete client's config file).
  22.  
  23. When this goes public, installation will be more annoying because I'm not supposed to release the entire JAR (terms of using Minecraft Coder Pack). I figure its okay to give it to just you guys for now, but that won't be the case when it goes public.
  24.  
  25.  
  26. >>>Configuration<<<
  27. The first time you run an Oxcraft JAR, a file called oxconfig.properties is created in your .minecraft folder. You can open this in Notepad, TextEdit, whatever; it's essentially the same as a TXT file. The config includes brief descriptions of what each of the values means, but here are more detailed explanations of each of the values, as of Build 8:
  28. buildno: the build number this config was made for. DO NOT CHANGE THIS!!! This is here so that the client knows whether or not to update the config. It should NOT be changed manually.
  29.  
  30. names: a list of usernames to give the custom cloak to. Usernames are case-sensitive in Builds 1-8, but can be names can be partial (i.e. if "ox" is on the list, "oxguy3" gets a cape). The usernames should be separated with commas AND spaces between each (i.e. do "Notch, jeb_", NOT "Notch,jeb_")
  31.  
  32. cloak_url: the URL for the custom cloak. The layout of your image needs to match the layout used by the images on Mojang's servers, so download this image, draw your cape on top of it, and upload it to an image sharing site.
  33.  
  34. cmd_prefix: the prefix that denotes an internal command (i.e. if this value is ".", then internal commands will be written ".help"; if this value is "derp", commands will be written "derphelp"). Note that when you are using commands in singleplayer, including this prefix is optional (i.e. ".help" and "help" will work)
  35.  
  36. macro_up: text to be executed when the up arrow key is pressed. It can be a server command, a chat message, or an internal command
  37.  
  38. macro_left: same as macro_up, but for the left arrow key
  39.  
  40. macro_right: same as macro_up, but for the right arrow key
  41.  
  42. wipe_config: if you add "wipe_config=true" to your config, the client will create oxconfig.properties basically from scratch every time you run the client until you remove "wipe_config=true". This value is not included in the automatically generated config, and I highly recommend you don't add it; it only exists for my benefit in development.
  43.  
  44.  
  45. >>>Current Bugs<<<
  46. Creative inventory is very buggy in multiplayer (fixable, but I'm procrastinating lol)
  47. Flying causes console errors online (I'll have to write my own flying code instead of using vanilla flying)
  48. The "Reload Config" button doesn't work (fixed in Build 9)
  49. Arrow key shortcuts don't get saved to the config when you use the commands (fixed in Build 9)
  50.  
  51.  
  52. >>>Changelog<<<
  53. Build 9
  54. Download: coming soon
  55. More fog options (sliders for density/distance)
  56. Oxcraft Controls now in its own separate GUI screen
  57. Bug fixes:
  58. the "Reload Config" button should work now
  59. arrow key shortcuts should now get saved to the config file when you change them via command
  60. the "Fly" text now properly disappears when you hit the ground to stop flying
  61. Usernames on the list to receive the custom cloak no longer need to be case-sensitive
  62.  
  63. Build 8
  64. Download: JAR, ZIP
  65. Colorizable fog
  66. Internal commands ("dot commands")
  67. Use the arrow keys as macros
  68.  
  69. Builds 1-7
  70. Download JARs: B7, B6, B5, B4, B3, B2
  71. Initially released for Minecraft 1.0.0
  72. Flying (default key: R)
  73. High Jump (default key: J, change height in settings)
  74. Spider (default key: /)
  75. Creative inventory access (default key:O while inv is open, still buggy in multiplayer)
  76. Customizable capes (edit .minecraft/oxconfig.properties to modify)
  77. Various GUI changes/additions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement