Giter VIP home page Giter VIP logo

spacebukkitpanel's Introduction

SpaceBukkit 1.2.1 - Web administration the awesome way!

A powerful yet simple web panel for administering your Bukkit Minecraft servers with ease. http://spacebukkit.xereo.net

Update

SpaceCP has been announced, a new, amazing administration panel that does everything except breakfast. Signup for beta on http://spacecp.xereo.net.

Update

SpaceBukkit is a project developed aiming to bring an advanced and powerful web administration framework to Bukkit. What makes it unique is, on one hand, it's graphical user interface, and on the other hand some nifty features enlisted just below.

Features

  • General
    • Attractive Interface
    • Non lethal doses of awesomeness
    • Multiple Servers
    • Multi-user access with role setting
    • Theming Support
    • Per server - per user role settings
    • Console access
    • Chat access
  • Dashboard
    • Pretty and quick statistics about your server
    • Activity feed - who did what, and when
    • Chat - talk with your players
  • Players
    • Player management - kick, kill, feed, heal, ban, op and more!
    • Whitelist
    • Bans
  • Plugins
    • Plugin management
    • Advanced Config editor
    • Installing and Deinstalling
    • Updating and disabling
    • Bukget integration (Plugin "app" store)
  • Worlds
    • World management
    • Multiworld support
    • Backups
    • Chunkster
    • Dynmap
  • Server
    • Craftbukkit one-click installing and updating
    • Server Properties saving
    • Schedules

Credits

Links

License

Copyright 2012 SpaceDev team (SpaceBukkit and SpaceCP development team)

SpaceBukkit Panel by SpaceBukkit is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (THE LICENSE). http://creativecommons.org/licenses/by-nc-sa/3.0/

Permissions beyond the scope of this license may be available at [email protected]

CakePHP is licensed under the MIT License

CakePHP(tm) : The Rapid Development PHP Framework (http://cakephp.org) Copyright 2005-2011, Cake Software Foundation, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

spacebukkitpanel's People

Contributors

antariano avatar borisdamato avatar hlfbt avatar jamydev avatar lucarager avatar pitkley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

spacebukkitpanel's Issues

SB Down

Hey, is Xereo still working? The site is down.

Error on install

When installing, you cannot get past the creation of a super user, it simple freezes on the page.

shedule, cant delet

hi,

i created a task in the shedule with out a name. I cant delet this one.

After logging in, no server is selected

When I log into the SpaceBukkit panel I get an error message of the server being down, the reason being that no server is selected, although I have two servers installed. It would be nice if the panel either selected just the first server in the list or even saves the last selected server in a cookie.

I am running open beta 1.1, upgraded from 1.0 with the install.sh-script. This issue also existed in 1.0.

New Instalation System does not Work

I'm trying to do a clean install with the latest version available, but not installing it.

I go to step 5, and says that it installed, but it always comes back to the first page of the installation.

Another error:

The app / config / database file is NOT writable.

This file is writable yes, and he set up the installation.

Auto Update

Please add an autoupdate feature so that it will be easy to update versions of SpaceBukkit!

Default rewrites causing 500 on default install

Your default .htaccess causes a 500 internal server error. I've modified below to show how I think you meant for this to be done.

The following default .htaccess causes 500 Internal Server Error:

RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] Options -MultiViews

With your above rewrite rules it appears that www.domain.com would be rewritten to www.domain.com/app/webroot and then the app takes over and says i need to direct this guy to the install folder. so it redirects to this url www.domain.com/install which rewrites to www.domain.com/app/webroot/install at that point it breaks down somehow.

I've verified the the following works:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^app/webroot/
RewriteRule (.*) app/webroot/$1 [L]
Options -MultiViews

It seems as though that your web.config also has a similar issue that I will dig deeper into. Let me know if you have any questions or need any further insight.

Error 400

So i put the files inside a folder of my web host called webserver, so i can access it from http://localhost/webserver/ and this is the error i get:

Error: 400 - The requested address '/WebServer/webserver/' was not found on this server.

debug.log 3gb

Hey,

is there a way to disable the debug log, because its size is about 3 gig after 3 days.

TuserController not found

hy,

this is a repost from here: XereoNet/SpaceBukkit#134 because PitBull2709 informed me that this should be the right place.

when i shutdown my server and try to open the user-page i get the following error:
http://img703.imageshack.us/img703/6167/tusercontrollererror.png

The Problem is, when i shutdown the server in the top menü stands benutzer / user with a link to tusers (http://img714.imageshack.us/img714/8184/overviewtusers.png)
but when i start the server there is a point with spieler / players and a link to tplayers.

And PitBull2709 has the same Problem, he post it in the old IssueThread

backup pause auto save

is the backup function stopping the autosave from the shedual and the bukkit auto save?

jQuery not loading through https.

I tried the new RC and couldn't get the install/upgrade page to work properly. Since I'm accessing it through HTTPS Chrome's blocking the loading of jQuery from the Google CDN because it's "hard-coded" to use HTTP. I managed to fix this by changing it to //ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js in app/View/Layouts/install.ctp, but there might be more pages where this is a problem.

Arch Linux Support

I've had a bit of difficulty with getting Spacebukkit to work under Arch, but I managed to do so by disabling caching and setting the error level to E_ALL ^ E_STRICT. Without it I got an error stating: Fatal error: Class 'String' not found in /srv/http/admin/app/Model/User.php on line 40 when trying to access Spacebukkit after installation. I believe File caching could still be used by creating the "persistent" and "models" folders with proper permissions in the install.sh file. I believe the line blocking installation in /srv/ should be removed. Arch installs Apache's http dir to /srv/http. Another option would be to add an option asking if you would like to continue anyway.

shedule 2.0 - please rework

The shedule futur costs me most of my time. I would realy recommend a rework.

I want to do something like this:

Task "restart"
start at 03:00 /or/ every 3 hours
say "server restart in 5 min"
break 4 min
say "server restart in 1 min"
break 50 sec
say "server restart now"
break 10 sec
enable whitelist
kick all players
change motd "Server Restart"
restart
disable whitelist
default motd
disable (auto)save
backup
enable (auto)save

This should be one task. And a dublicate feature would be nice, too.
You could also add something like this as a preset.

Is there a way to add this in the next version ???
I think its about one day of work.
At the moment i add the task diretly via mysql

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.