Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sfphoton-web-plugin-minecraft
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Schulcz Ferenc
sfphoton-web-plugin-minecraft
Commits
161d75b5
Commit
161d75b5
authored
9 months ago
by
Ferenc Schulcz
Browse files
Options
Downloads
Patches
Plain Diff
Add README
parent
8c840bb3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-0
35 additions, 0 deletions
README.md
with
35 additions
and
0 deletions
README.md
0 → 100644
+
35
−
0
View file @
161d75b5
Minecraft plugin for sfphoton modular web server
================================================
This is a Minecraft bridge for my personal website. Features:
-
A live view of the world using
[
dynmap
](
https://github.com/webbukkit/dynmap
)
-
A self-service page where Minecraft users can change their usernames and passwords
-
An admin page where admins can manage Minecraft users or restart the Minecraft server
Usage
-----
Just install this under sfphoton modular web server as any plugin. Add permissions
`minecraft`
and
`mcadmin`
to website users.
Dependencies
------------
A Minecraft server with plugin Authme and Dynmap.
Required config
---------------
```
json
{
"MINECRAFT_DYNMAP_URL"
:
"https://map.yoursite.example.com/"
,
"MINECRAFT_RCON_HOST"
:
"1.2.3.4"
,
"MINECRAFT_RCON_PORT"
:
25575
,
"MINECRAFT_RCON_PASSWORD"
:
"something"
,
"MINECRAFT_AUTHME_DB_HOST"
:
"5.6.7.8"
,
"MINECRAFT_AUTHME_DB_USER"
:
"authme"
,
"MINECRAFT_AUTHME_DB_PASSWORD"
:
"something else"
,
"MINECRAFT_SERVER_RESTART_COMMAND"
:
"/usr/bin/docker restart minecraft"
}
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment