Giter Site home page Giter Site logo

servertest1's Introduction

Showdown Boilerplate

Showdown Boilerplate is a template for private servers of Pokémon Showdown. Pokémon Showdown is created by Zarel.

What is a boilerplate? Boilerplate is any text that is or can be reused in new contexts or applications without being greatly changed from the original.

This repository contains the files needed to set up your own Pokémon Showdown server with all the amazing stuff that Pokémon Showdown private servers like Frost and Pandora has. This also includes Pokemon-Showdown-Addons created by kota and parser from Pokemon-Showdown-Bot by TalkTakesTime.

For more information on Pokémon Showdown, setting up your own server, or viewing the credits, go visit the main Pokémon Showdown repository.

Features

  • Single Process Hack for improve performance.
  • Money (bucks) system for winning tournaments.
  • Polls for voting
  • Profile command to check to see when the user's last online, their money, etc.
  • A bunch of useful commands like /away, /hide, /poof, etc.
  • Built-in bot for moderation and fun
  • Emoticons in chat

Getting Started

To get started with this boilerplate, just download this as a zip or clone it and install a Pokemon Showdown server as you usually do. If you forgot how to do this, here is a quick reference:

git clone https://github.com/CreaturePhil/Showdown-Boilerplate.git showdown-boilerplate
cd showdown-boilerplate
npm install

Once you done that, create usergroups.csv, about.csv, elo.csv, money.csv, lastSeen.csv, and tourWins.csv files in the config folder.

To do this quickly in your terminal or command line:

On Windows:

cd config
Type NUL > usergroups.csv
Type NUL > about.csv
Type NUL > elo.csv
Type NUL > money.csv
Type NUL > lastSeen.csv
Type NUL > tourWins.csv
cd ..

On Linux or Mac:

cd config
touch usergroups.csv about.csv elo.csv money.csv lastSeen.csv tourWins.csv
cd ..

cd .. is to go back to the showdown-boilerplate directory. Once you get your server up and running, you can manage certain settings with the /controlpanel or /cp command.

Control Panel

License

Pokémon Showdown's server is distributed under the terms of the MIT License.

servertest1's People

Contributors

zarel avatar theimmortal avatar joimer avatar bmelts avatar cathyjf avatar slayer95 avatar marty-d avatar creaturephil avatar kotarou3 avatar talktakestime avatar antar1011 avatar risingdusk avatar sirdonovan avatar aeriit avatar audiosurfer avatar mjb47 avatar tempoanon avatar nickmp avatar morfent avatar qxc4eva avatar jay2645 avatar alaktorn avatar asgdf avatar cosym avatar jas61292 avatar crestfallps avatar danigerr avatar panpawn avatar theirondev avatar danugore avatar

Watchers

 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.