Sponge 용어 사전

This is a guide to the more common reserved words, phrases and abbreviations used in the Sponge Project. Links are provided in some cases to provide more information. It is not intended to be a guide to SpongeAPI or Java.

참고

Terms are defined with reference to Minecraft and/or the Sponge Project as required.

Definitions

API

Application Programming Interface - a way of making modding easier.

기여자

Someone who contributes code to the SpongePowered projects.

Coremod

A CoreMod is a Forge mod that loads before Mojang classes are loaded, allowing it to modify native Minecraft code via Access Transformers, ASM class modification, or other Java bytecode manipulation.

Crowdin

A web-based translation system for documentation. SpongeDocs uses it to provide translated Docs in many languages. https://crowdin.com/project/sponge-docs

개발자

Someone who programs code (Sponge, Plugins, Mods, …).

디스코드

디스코드는 비디오를 공유하고, 음성이나 텍스트로로 이야기를 나눌 수 있는 무료 채팅 앱이며 채팅 플랫폼으로 사용됩니다. IRC와 마찬가지로 Sponge의 모든 것에 대한 대화방을 제공합니다. Sponge의 디스코드 서버는 Sponge의 IRC 서버와 동기화됩니다.

FLARD

It is green, edible, and explosive. Leave it alone and it will leave you alone.

Forge

A long-standing Minecraft modding API, with its own installer. Forge enables mods in single player, LAN, and on dedicated servers. https://mcforge.readthedocs.io/en/latest/

GitHub

A free public web-based system for sharing code and creating projects. https://github.com/

구현체

A mod or program that enables the use of SpongeAPI in Minecraft.

IRC

Internet Relay Chat, used as a chat platform. Provides chat rooms for all things Sponge. Sponge’s IRC server is synced with Sponge’s Discord server.

이슈

A way of flagging problems, bugs, improvements, and things-to-do on GitHub and elsewhere. The Sponge project uses GitHub as an Issue Tracker.

Java

The programming language that Minecraft and Sponge are written in, and require to run. https://java.com/en/

MCP

The Mod Coder Pack helps developers create mods for both the Minecraft server and client. http://www.modcoderpack.com/website

Mixins

Specialized program components that inject Sponge into Minecraft. https://github.com/SpongePowered/Mixin/wiki

Mod

A Minecraft modification that changes gameplay somehow. Mods written using the Forge API need Forge to work, but some mods can be installed on their own.

NPC

Non-Player Character. Any character not controlled by a player, e.g. a Villager.

광물

The Official Sponge plugin hosting site. https://ore.spongepowered.org/

Patreon

A Service that allows for donations to projects and organizations. If you want to support Sponge, this is the place to look at! Sponge Patreon Donation Page

Plugin

A Minecraft mod that extends and changes Minecraft via SpongeAPI, usable only on Sponge servers.

프로젝트 리더

The folks in charge of the entire Sponge Project, responsible for coordinating the activities of the various Teams and sub-projects.

Pull Request (PR)

A method of submitting contributions to an open development project, such as the Sponge repositories on GitHub.

Sponge

The name of the entire project.

SpongeApi

The Minecraft Plugin API developed by the Sponge project.

SpongeAuth

The authentication panel and SSO solution for all of the Sponge websites. https://auth.spongepowered.org/

Sponge공통

A repository of code common to the official SpongeAPI implementations, used in building them. SpongeVanilla and SpongeForge use this repository.

SpongeForge

The implementation of SpongeAPI as a Forge Coremod.

SpongeDocs

Dedicated and frequently updated documentation, the best source of information on Sponge.

Sponge 포럼

Home to the Sponge Project and the second-best source of information on Sponge. Update announcements are posted regularly. https://forums.spongepowered.org/

Sponge Foundation

The financial side of the project, a separate entity that accepts, manages and distributes donations.

SpongeVanilla

An implementation of SpongeAPI that runs on Vanilla Minecraft (and not Forge).

Spongie

The Sponge Mascot, a valiant little Sponge with a red cape.

Spongy

The sponge GitHub Bot that makes PR previews for the Docs.

팀 리더

The people who direct the Teams (WebDev, Docs, SysOps, subreddit, IRC).