Advertisement
julialy

Sponge info

Sep 7th, 2014
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. Taken from: https://docs.google.com/document/d/1VJ1WzHI-VUuoHEJz4SRHUbl-5XnsURbqP5fIi8B4Kyg/preview?sle=true
  2. Sponge
  3. IRC Channel
  4. Find us on irc.esper.net in #sponge
  5. Stay on topic
  6. No discussion of programming languages is permitted (it goes in circles)
  7. No racism, sexual content, etc.
  8. Keep vulgar language down
  9. Be nice
  10. All websites for Sponge currently are either unofficial and/or fake. We are working on a website. No, Mojang has not issued us a take down, nor did they issue a take down on Bukkit.
  11. Frequently Asked Questions
  12. What is Sponge?
  13. Sponge is a combination of a new API (likely based off of Spout/Flow’s APIs) implemented on top of Forge, with assistance from other parts of Minecraft’s modding community (Glowstone, Canary, etc.).
  14. It will be both a server and client API, and its target user base is pretty much anyone that wants to mod their game, including server owners. However, we may focus on the server-side portion first.
  15. We invite any developer to help out.
  16. I have not kept up. What happened to Bukkit?
  17. One of the contributors to Bukkit sent a DMCA take down notice to have Bukkit removed. He was within his legal right. Downloads, as well as source code, for Bukkit and its derivatives (Spigot, Cauldron) are no longer available.
  18. For a deeper explanation, please read this post.
  19. What are your Twitter/Reddit/GitHub links?
  20. Please be weary of any website or presence that is not listed on this page as it is likely unofficial and may contain fake or malicious information.
  21. /r/spongeproject on Reddit
  22. @spongepowered on Twitter
  23. https://github.com/SpongePowered
  24. Who is involved in this effort?
  25. Currently, the project leaders are:
  26. sk89q (of WorldEdit/WorldGuard)
  27. blood (of MCPC+/Cauldron)
  28. We are working very closely with Forge:
  29. LexManos (of Forge/FML/MCP)
  30. cpw (of Forge/FML/MCP)
  31. However, we have the presence and assistance of several other Minecraft community members, including, but not limited to:
  32. Portions of the Spout and Flow team (Zidane/Raphfrk/DDoS/Sleaker)
  33. Portions from ForgeEssentials
  34. Other Bukkit Plugin developers (KHobbits/Elgarl/zml)
  35. We are also in communication with
  36. Portions of the FTB team
  37. The Canary team
  38. Glowstone (SpaceManiac)
  39. Spigot team
  40. Some previous contributors to Bukkit
  41. Other people we have likely failed to mention
  42. However, we are interested in talking with anyone who is able to help.
  43. Why not wait for the official Minecraft API?
  44. We are not sure when it will come out.
  45. Many people are not in a position to wait.
  46. We can get started sooner.
  47. Those last three bullet points may have said the same thing.
  48. As this new project is community-run, we may be able to push updates quicker than Mojang is able to and react to the needs of the community better.
  49. The API may be implemented on other server implementations and we encourage it.
  50. Have you consulted the community?
  51. Yes! While things have been moving pretty quickly, we’re very open to input. Many of our decisions are based on discussion in the #nextstep IRC channel (on EsperNet) as well as the results of a survey.
  52. We have been collecting meeting notes and consensus on a Google document.
  53. Why not use a “wrapper”-style API?
  54. A wrapper that merely works on network packets and reuses command blocks is extremely limited in function, so plugins would only be able to do a fraction of what they are able to do now.
  55. Why not build a separate standalone server?
  56. Reusing existing efforts in the community will allow us to have a working version much quicker.
  57. Glowstone, unfortunately, is not free from the EULA as it was not written in a “clean-room” fashion (in the strictest sense of the term).
  58. Other implementations are less far along or they do not support Java, which appears to be a major point of contention for a lot of users and developers.
  59. None of us have the time to write a new server from scratch, and most of us have already seen Minecraft’s code in some form.
  60. Doesn’t that mean that we will end up in this same situation again if we use proprietary code?
  61. It is to our knowledge and our understanding that Mojang does not wish to stop Minecraft modding, and the recent events have not been directly caused by them. Rather, a contributor (a major one) objected to the use of his code, licensed under GPL, in combination with proprietary code.
  62. If we avoid GPL, we will not have this problem.
  63. While this does not free us from Mojang’s control, it is to our belief that they support modding and will continue to do so.
  64. What license will Sponge be placed under?
  65. MIT, without a Contributor License Agreement.
  66. A Contributor License Agreement is not necessary and it may be a turn off to contributors.
  67. Why not use Bukkit’s API?
  68. It contains GPL licensed code, which is the reason why we are in this situation.
  69. Recently, at least in the United States, the federal courts found that APIs could be copyrighted, although the case has not been fully resolved.
  70. Will the new API be similar to the Bukkit API in how it is used? Events, etc.?
  71. Yes. It should be fairly similar, and still afford you more power because you will have access to Forge.
  72. Why SpoutAPI versus Canary or other APIs?
  73. We chose SpoutAPI purely based on the result of the survey (which is mentioned previously).
  74. Note, however, we are not implementing SpoutAPI as-is. It will serve as inspiration, which will reduce the amount of time spent on API design.
  75. What about plugins that access ‘NMS’?
  76. You will instead be accessing interfaces through Forge, which has a much greater number of names de-obfuscated.
  77. However, accessing “NMS” raises the risk of your plugin breaking as is the case here, but that is your prerogative.
  78. Will the new server be multi-threaded?
  79. It will be multi-threaded in the same fashion that is Minecraft is (and also Bukkit and Spigot was), but we are not writing a server from scratch, so we are not able to make substantial changes.
  80. How will the new server perform in comparison with Spigot and Bukkit?
  81. We are currently investigating this, but we plan to reach or exceed performance of the other implementations given time.
  82. Will you be able to send mods from the server to the client?
  83. The general consensus is against this due to security concerns.
  84. Minecraft’s API does not plan to send mods (with executable code) to the client either.
  85. Will Bukkit plugins be supported, without modification?
  86. No, due to the legal reasons that got us into this situation.
  87. When will the first downloads be available?
  88. We cannot say at this time.
  89. But Forge doesn’t support unmodified vanilla clients?
  90. At this time, yes, but LexManos has expressed plans in adding support for vanilla clients.
  91. But Forge takes too long to update?
  92. With a large portion of the Minecraft community working together, we are sure we can help speed up things.
  93. I wish to help out.
  94. Currently we are looking for developers with programming experience. Please fill out this form if you wish to help.
  95. We also would like assistance with documentation, moderation, and other aspects, but that will come once we get started.
  96. NOTE: We are not yet doing anything with the submissions yet so don’t fret if you don’t get a response.
  97. What about support for Scala, Groovy, and other JVM-based languages?
  98. We encourage other languages but Java will be our main priority.
  99. Will other programming languages (such as Lua) be supported?
  100. We will encourage other implementations but it will not be a high priority.
  101. Will Glowstone be a part of this?
  102. We hope we can help SpaceManiac and the team implement the API.
  103. We also invite others to collaborate with us if they wish to.
  104. What Java version is Sponge using?
  105. Sponge will be using Java 1.6, which is the minimum version supported by vanilla Minecraft and Forge.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement