Giter Site home page Giter Site logo

ipocket / imagicalmine-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imagicalphars/imagicalmine

0.0 0.0 0.0 19.04 MB

ImagicalMine the MCPE Software attempted at being reactive!

License: Other

PHP 99.83% PowerShell 0.03% Batchfile 0.09% Shell 0.05%

imagicalmine-1's Introduction

ImagicalMine

Full size img: http://i.imgur.com/emmkLHg.jpg

Travis Build
IN DEV: Build status
Working temporary jenkins server!
Another download link is on our wiki download server.

Quick Links (Instead of scrolling, click these!)

Demo Server
Installation
Resources
Windows Powershell Scripts
Acknowledgements























































































































































































































































































































Demo Server

Below is the ImagicalMine demo server details, you can see what features ImagicalMine has before downloading it.
TO BE CHOSEN SOON
Back to QuickLinks





















































































































































































































































































































Installation

Self-installation:
Supported platforms: Linux, Windows, OS X, Raspberry Pi, and ODROID
Installing Introductions
Back to QuickLinks





















































































































































































































































































































Resources

Guides

Windows Powershell Scripts

Instructions:

  1. Make sure that you are using windows
  2. Open up Powershell ISE
  3. Paste your desired script in to the top box
  4. Edit the script to suit your needs
  5. Test it by pressing the green arrow in the toolbar at the top
  6. If it succeeds, the "last modified" date will have the time that you ran the script
  7. Save the file

Tip for Greater Success:

Set run times for each script using Task Scheduler

  1. Search for/ Open up Windows Task Scheduler
  2. On the "actions" page, create a new action. This is what it should be set to--> Action: Start a Program --> Program/script: powershell --> Add arguements (Optional): -file "{path to the powershell file that you just created}" --> Start in (Optional): {path to the folder that you put the powershell file in}

Scripts:

  1. To download the latest stable build using powershell: โ‹…
(New-Object Net.WebClient).DownloadFile("http://jenkins.terweij.nl/job/ImagicalMine/lastSuccessfulBuild/artifact/releases/ImagicalMine.phar","$((Resolve-Path .\).Path)\ImagicalMine.phar")
  1. To stop the server and restart 2 seconds later: ..
cmd /c "$((Resolve-Path .\).Path)\forceshutdown.cmd"
Start-Sleep -s 2
cmd /c "$((Resolve-Path .\).Path)\start.cmd"
  1. Backup script ..
new-item "$((Resolve-Path .\).Path)\backups" -itemtype directory
$a = Get-Date
new-item "$((Resolve-Path .\).Path)\backups\$($a.Year)-$($a.Month)-$($a.Day)-$($a.Hour)" -itemtype directory
Copy-Item "$((Resolve-Path .\).Path)\*" "$((Resolve-Path .\).Path)\backups\$($a.Year)-$($a.Month)-$($a.Day)-$($a.Hour)" -recurse -Exclude ".git"

All credit goes to @Ad5001 for making these script and @remote_vase for the ideas.
Back to QuickLinks





















































































































































































































































































































Acknowledgements

  • ImagicalMine was originally devised by ImagicalCorp and was authored in the old github repository.
  • This is a third-party build of PocketMine-MP. ImagicalMine is in no way affiliated with PocketMine-MP.
  • The original code in ImagicalMine is from PocketMine-MP. All original code structure and base was written by the PocketMine Team.
  • ImagicalMine's code sources include from Katana, Steadfast2, PocketMine-0.13.x, Genisys & ClearSky.
  • The switch for incompatible plugins is from a pull request from @PEMapModder on the official PM repo.
  • The weather system was written by @matcracker.
  • The hunger system is from Katana, but most of them was rewritten by @thebigsmileXD.
  • The redstone system was written by @aodzip.
  • The potion class was written by @thebigsmileXD.
    Back to QuickLinks

imagicalmine-1's People

Contributors

0-eclipse-0 avatar ad5001 avatar aodzip avatar creeperface01 avatar daltontastic avatar dapigguy avatar darkwav avatar devscyu avatar hmhmmhm avatar inxomnyaa avatar ipocket avatar jojoe77777 avatar kam187 avatar keithkfng avatar legoboy0215 avatar leonardosnt avatar marcodigio avatar matcracker avatar mcunderground avatar mwvent avatar niip99 avatar peratx avatar pub4game avatar remotevase avatar rwardy avatar taki21 avatar tomocrafter avatar wrewolf avatar xkiiyoshiix avatar zombiepower avatar

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.