MC-SG / OriginalSG

The original SG Plugin- works with pocketmine and all php7 alternatives except for genisys
GNU Lesser General Public License v3.0
4 stars 2 forks source link

I hope travis works! #1

Open remotevase opened 8 years ago

remotevase commented 8 years ago

Hang tight for travis- I'm testing a new system which compiles the plugin in a different way... Hope it works! It should be done by tomorrow at this time...

0x15f commented 8 years ago

Okay

0x15f commented 8 years ago

All current code should be scraped we need to start fresh

remotevase commented 8 years ago

use rewrite repo

0x15f commented 8 years ago

A few Rules when committing to the master branch:

  1. Do NOT use the Github code editor to edit the code, use an IDE and make sure it works before publishing a commit
  2. ALL commits in a PR must be squashed before merging
  3. follow all rules stated above lol
remotevase commented 8 years ago

XD well unless u r editing travis... Then it doesnt matter...

0x15f commented 8 years ago

If your editing Travis or another YAML file you can use the code editor, but when editing the plugin or it's source code use an IDE the code editor allows you to make too many syntax errors.

remotevase commented 8 years ago

yeah

remotevase commented 8 years ago

I almost got travis working! Now i just gotta configure the auto-uploading

0x15f commented 8 years ago

👍

0x15f commented 8 years ago

I'm working on an advanced system for storing arena data instead of the old array of arena names

remotevase commented 8 years ago

nice

0x15f commented 8 years ago

It will be lighter/faster/better for the system and less room for error

remotevase commented 8 years ago

cool!

0x15f commented 8 years ago

I deleted the Genisys repo our main focus will be PocketMine support

remotevase commented 8 years ago

Okay

0x15f commented 8 years ago

A few notes when working on the plug, when using the default config "Config.yml" use $this->getConfig() instead of $config = new Config(whatever args go here) it will keep the comments.

remotevase commented 8 years ago

oh, okay!

remotevase commented 8 years ago

AH HAH! I think that I figured out the problems with everything!