Posts

RTX 2080 Benchmarks

The RTX 2080 was released on October 17, 2018. This makes the card almost 2 years old. In these two years two more models were released, the 2080ti and the 2080 SUPER. Whats the best 2080 model? RTX 2080: ASUS ROG Strix GeForce RTX 2080 OC 8GB DDR6 RTX 2080ti: ASUS ROG Strix GeForce RTX 2080TI Advanced Overclocked 11G GDDR6 RTX 2080 SUPER: ASUS ROG Strix GeForce RTX 2080 Super Advanced Overclocked 8G GDDR6 Benchmarks These benchmarks were sourced from UserBenchmark , at max setting.  Game     GPU  FPS 1080p  FPS 1440p  Fortnite  2080  179 140     2080ti  197 157     2080 SUPER  185 134   Minecraft  2080  274 260     2080ti  303 296     2080 SUPER  224 222   CSGO  2080  244 236     2080ti  263 265     2080 SUPER  251 210   PUBG  2080  122 105     2080ti  137 117     2080 SUPER  142 95   GTA5  2080  105 97     2080ti  140 106     2080 SUPER  121 110   League of Legends  2080  251 261     2080ti 278  279     2080 SUPER  188 136   Dota 2  2080  170 177     2080ti  189 182     2080 SUPER  1

How to make a spigot plugin!

Image
Installing Prerequisites  How to install Java When we create a plugin we need the Java SE JDK. This is the development kit for Java. You can find the download  here , make sure you install the correct version for your operating system. How to install Eclipse Eclipse is a Java IDE, we will be using eclipse to develop and build our plugins. You can find the download  here .  Once you have downloaded eclipse,  select the first option, Eclipse IDE for Java Developers, to install our needed IDE. How to download the Spigot Development Package (Build Tools) We will also need the spigot package to be able to develop a plugin. We will download the latest successful build,  here . Put this file inside a folder somewhere accessible, I will put this on my desktop. Open the terminal by searching CMD  inside the windows menu. Inside the terminal using cd, navigate to the folder you put the BuildTools.jar file in. cd ~YOUR PATH~ Run the command `java -jar BuildTools.jar` This will probably open an in